hi there,
i'm trying to put a cgi script inside the cgi-bin
when i saw on error_log
When I open the script trough browser, it shows meCode:[Thu Mar 05 22:52:51 2009] [error] [client 1.2.3.4] failed to open log file [Thu Mar 05 22:52:51 2009] [error] [client 1.2.3.4] fopen: Permission denied [Thu Mar 05 22:52:51 2009] [error] [client 1.2.3.4] Premature end of script headers: test.pl [Thu Mar 05 22:52:51 2009] [error] [client 1.2.3.4] File does not exist: /home/user/public_html/500.shtml
I already putCode:Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@www.mysite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
on my httpd.confCode:<Directory /home/*/public_html/cgi-bin> Options +ExecCGI </Directory>
Is there somethink I'm missing?


LinkBack URL
About LinkBacks
Reply With Quote
