L
lhenkel
I've been at this all day and am stuck. I did SuSE (growing to hate)
online update and now cgi's don't execute. Now any script written in
perl (with .cgi or .pl extension) gets a 500 Internal Server Error
(Permission denied: exec of xx in the log). The weird thing is shell
scripts with .cgi extension (#!/bin/sh) work fine (same directory).
The perl .cgi runs fine from command prompt (./test.cgi and perl
../test.cgi) and permissions
(temporarily 777) and owners (same as httpd process) are identical.
I'm not sure what part of the httpd.conf file is relevent.. I believe
I've (temporarily) set every directory to ExecCGI.
I'd appreciate any pointers.. I don't get why shell works and not
Perl.. thanks.
online update and now cgi's don't execute. Now any script written in
perl (with .cgi or .pl extension) gets a 500 Internal Server Error
(Permission denied: exec of xx in the log). The weird thing is shell
scripts with .cgi extension (#!/bin/sh) work fine (same directory).
The perl .cgi runs fine from command prompt (./test.cgi and perl
../test.cgi) and permissions
(temporarily 777) and owners (same as httpd process) are identical.
I'm not sure what part of the httpd.conf file is relevent.. I believe
I've (temporarily) set every directory to ExecCGI.
I'd appreciate any pointers.. I don't get why shell works and not
Perl.. thanks.