Re: MP2 Location and PerlModule

2005-01-30 Thread Philippe M. Chiasson
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

Re: MP2 Location and PerlModule

2005-01-27 Thread Stas Bekman
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

Re: MP2 Location and PerlModule

2005-01-27 Thread angie ahl
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

Re: MP2 Location and PerlModule

2005-01-27 Thread angie ahl
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

MP2 Location and PerlModule

2005-01-27 Thread angie ahl
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