Stas Bekman wrote:
angie ahl wrote:
[...]
It's explained here:
http://perl.apache.org/docs/2.0/user/config/config.html#mod_perl_Directives_Argument_Types_and_Allowed_Location
I suppose we could add an xref to this section from all config
directives to make it more clear.
So if you look at PerlM
angie ahl wrote:
Hello me ;)
things appear to have changed. I can't tell me why but this works:
SetHandler modperl
PerlResponseHandler Apache::Status
nicer if I ask myself.
It's explained here:
http://perl.apache.org/docs/2.0/user/config/config.html#mod_per
Hello me ;)
things appear to have changed. I can't tell me why but this works:
SetHandler modperl
PerlResponseHandler Apache::Status
nicer if I ask myself.
angie
On Thu, 27 Jan 2005 22:02:01 +, angie ahl <[EMAIL PROTECTED]> wrote:
> Sorry I forgot
Sorry I forgot to mention It's Apache 2 compiled with DSO on OS X Panther
Thanks
Angie
On Thu, 27 Jan 2005 22:00:12 +, angie ahl <[EMAIL PROTECTED]> wrote:
> Hi list
>
> I've just installed Mod_perl/Apache 2 and am trying to just get some
> basic stuff up an running before I delve in to th
Hi list
I've just installed Mod_perl/Apache 2 and am trying to just get some
basic stuff up an running before I delve in to the heavier stuff.
I've got the following in a conf file that's included into httpd.conf
PerlModule Apache::Status
SetHandler perl-script