mod_perl2 per directory

2009-09-18 Thread Philip Blatter
Hey there, i've a strange problem... According to the mod_perl 2.0 server configuration pages, the following should work: SetHandler perl-script PerlInterpStart 1 PerlInterpMax 1 PerlInterpMaxRequests 1000 PerlResponseHandler MyModule paradoxically s

Re: mod_perl2 per directory

2009-09-18 Thread mackenna
On page http://perl.apache.org/docs/2.0/user/config/ config.html#mod_perl_Directives_Argument_Types_and_Allowed_Location you can see the following line in the table that defines the scope of the various directives: PerlInterpStart TAKE1 SRV SRV means "server scope" which t

Re: mod_perl2 per directory

2009-09-20 Thread Philip Blatter
Hey there, thanks for the information - i've read that already. I suggest to fix documentation on: http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ There is an example with PerlInterpStart in an scope! regards, Philip macke...@animalhead.com wrote: On page http://perl.ap