in reply to mod_perl setup problems
I've got the permissions right now with a little help from bob-n, but apache doesn't seem to be using mod_perl to interpret the script. As stated above httpd.conf has the following lines (right at the bottom, if it matters):
Alias /perl/ /home/homedir/www/ PerlModule Apache::Registry <Location /perl/> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI PerlSendHeader On Allow from all </Location>
I took that example directly from practical mod_perl so I assume it should work. What happens is the sever just prints out the text of the script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: mod_perl setup problems
by chanio (Priest) on Aug 02, 2003 at 16:23 UTC |