Welcome to WebmasterWorld Guest from 107.22.48.243
Forum Moderators: Ocean10000 & incrediBILL & phranque
error_log :
[Sat Nov 06 15:31:55 2004] [error] [client #*$!] (13)Permission denied: access to /cgi-bin/printenv.cgi denied
access_log :
#*$!- - [06/Nov/2004:15:31:55 +0300] "GET /cgi-bin/printenv.cgi HTTP/1.1" 403 430
But if I change the ScriptAlias in httpd.conf and point to /var/www/cgi-bin and try to run the same script...it is ok.
Try:
ScriptAlias /cgi-bin/ "/home/cricket/cgi-bin"
and move your cgi to:
/home/cricket/cgi-bin/printenv.cgi