Re: RE : Includes in mod_perl

2004-01-16 Thread Stas Bekman
petersm wrote: [...] Try adding this line 'AddHandler perl-script .cgi .pl' inside of your tags. After you do that, what do you get when you put a test .cgi or .pl file into the /usr/local/apache2/htdocs/ dir and try and run it. How is it going to work without PerlHandler? Steve, I supposed you'v

Re: RE : Includes in mod_perl

2004-01-16 Thread petersm
"Hemond, Steve" <[EMAIL PROTECTED]> wrote > Here are snippets of my httpd.conf file : > - > ... > LoadModule perl_module modules/mod_perl.so > ... > DocumentRoot "/usr/local/apache2/htdocs" > ... > > Options Indexes +Includes +ExecCGI > AllowOverride