[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache local cgi-bin



Could be several things. I suggest you put apache in debug mode (in
httpd.conf) try to execute your script again, then check the logs to see
why they're failing. It may be they're not being run as perl scripts,
may be you need to 'AddHandler cgi-script *.cgi *.pl', maybe the script
is trying to do something it doesn't have permission to do (like write
to a file in a directory not owned by www-data). 
-- 
+----------------------------------------------------+
| Eric G. Miller                        egm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc  |
+----------------------------------------------------+


Reply to: