[QUESTION] mod_perl2 and selfmade Modules

2007-10-04 Thread reto
Hi everyone, I just configured mod_perl on for my apache2 server on debian 4. I have a perl-script index.cgi which is handled by mod_perl, by: SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI This script uses a Perl-Module in the same directory I wrote. This could be

Re: [QUESTION] mod_perl2 and selfmade Modules

2007-10-04 Thread D. Hageman
reto wrote: Hi everyone, I just configured mod_perl on for my apache2 server on debian 4. I have a perl-script index.cgi which is handled by mod_perl, by: SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI This script uses a Perl-Module in the same directory I wrote. This

Re: [QUESTION] mod_perl2 and selfmade Modules

2007-10-04 Thread Jeff Pang
2007/10/5, D. Hageman [EMAIL PROTECTED]: The module will be preloaded just like your script, thus any speed up experienced by your script will also be experienced by the module. Hi, If you don't preload it in startup.pl or with PerlModule directive in httpd.conf,I don't think registry

Re: [QUESTION] mod_perl2 and selfmade Modules

2007-10-04 Thread D. Hageman
Jeff Pang wrote: 2007/10/5, D. Hageman [EMAIL PROTECTED]: The module will be preloaded just like your script, thus any speed up experienced by your script will also be experienced by the module. Hi, If you don't preload it in startup.pl or with PerlModule directive in httpd.conf,I don't