Hi all,
I'm recording a url at the beginning of an app to restore the
entrance url:
sub set_referer {
my $self = shift;
if ($self->{R}) {
require Apache::Cookie;
my $cookie = Apache::Cookie->new($self->{R},
-name
On Mon, 17 Dec 2001, Thomas Klausner wrote:
> > I propose that we simply use a site design that is the uniform
> > "psudo-standard" for the Apache Software Foundation. A number of ASF
> > projects are using this site design:
> > http://www.apache.org/
> > http://httpd.apache.org/
> > http://jakar
Hi!
On Mon, Dec 17, 2001 at 04:17:02PM -0500, David Harris wrote:
As one of the three contributers I'd like to reply to some points you made:
> Thomas Klausner's isn't broken in anyway and acceptable, but I don't really
> *like* the page look very much.
The main goal of my proposial wasn't reall
Module::Require allows regular expressions or globs to be used for loading
modules. For example:
require_regex qw[ DBD::.* ];
OR
require_glob qw[ DBD::* ];
will both load all of the available DBD:: modules, returning a list of
existing files that could not be loaded.
Both functions take m
On Mon, 17 Dec 2001, David Harris wrote:
> (a) See if others also think that the three alternatives for a mod_perl site
> are not very desirable. If you agree, please speak up and say that you
> agree.
I thought Thomas' was fine but I think I actually prefer the ASF one.
> (b) See if others als
At 4:17 PM -0500 12/17/01, David Harris wrote:
>The purpose of this e-mail is as follows:
>
>(a) See if others also think that the three alternatives for a mod_perl site
>are not very desirable. If you agree, please speak up and say that you
>agree.
I agree.
>
>(b) See if others also think that
Hi,
I've been watching the mod_perl site issue as it has progressed. Just last
week Stas mentioned that voting at the online booth has been poor. (Low
turnout.) I think I know why voting has been poor. And in my off-list
conversation with Stas he's mentioned that other people have had the same
op
On another Perl list someone offered some advice on
"ruining
the perl from the command line".
To be fair, the entire quote was
" The
most problem is, that if you are ruinning the perl from the command
line, you
are definitly in the direaction you want."
I think I have my
On Mon, Dec 17, 2001 at 10:32:58AM -0600, Matthew Kennedy wrote:
> On Fri, 2001-12-14 at 14:27, Thomas Moore wrote:
> > I spoke to the technical lead at Yahoo who said mod_perl will not scale as
> > well as c++ when you get to their level of traffic, but for a large
>
> Isn't that coming from a c
On Fri, 2001-12-14 at 14:27, Thomas Moore wrote:
> I spoke to the technical lead at Yahoo who said mod_perl will not scale as
> well as c++ when you get to their level of traffic, but for a large
Isn't that coming from a company using Python?
I see that most of their URLs include a tell-tale ".p
Perhaps something along the lines of :
$r->push_handlers(
PerlHandler => sub {
my $r = shift;
my $return = $handle->handler( $r );
if ( $return == Apache::Constants::OK ) {
??
}
}
);
> -Original Message-
> From: Alexei V. Alexandrov [ma
Perrin Harkins wrote:
>
> > Apache::RequestNotes don't work because Apache::Registry expect to
> read the
> > POST/PUT-data from STDIN.
> >
> > It's important that the cgi-scripts run unmodified and without any
> notice of
> > their "unnaturally" environment.
>
> I don't think there's any way ar
Hello everyone,
I have a question that i can not resolve. The module dynamicaly
loads other modules to handle specific urls like this:
[snip]
my $handle = 'My::Module';
eval {
(my $h = $handle) =~ s!::!/!ig;
require $h . ".pm";
I don't know how many of you read SysAdmin (http://www.samag.com), but there
is an interesting article on running IPChains at runlevel 0.
--Joe Breeden
What to do...
if you get a phone call from Mars:
Speak slowly and be sure to enunciate your words properly. Limit
your voc
- Forwarded message from anandr
<[EMAIL PROTECTED]> -
Date: Mon, 17 Dec 2001 03:06:05 -0800 (PST)
From: anandr <[EMAIL PROTECTED]>
Reply-To: anandr <[EMAIL PROTECTED]>
Subject: Someone asked about Loadsharing
To: [EMAIL PROTECTED]
May be this can help the ring,.
http://www.stanford.
May be this can help the ring,.
http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.h
tml
With Regards,
Anand Ratnasabapathy,
DSM Soft(P)Ltd,
No:25,Nungambakkam High Road,
Chennai - 600 034.
16 matches
Mail list logo