Cant use .pl script

yiqiang

Verified User
Joined
Mar 9, 2005
Messages
12
I just added a new account for a user.

He is running a .pl script and it doesnt seem to work.
i have ensured that his .pl is chmod to 755

the .htaccess is already configred and placed in his .pl script
directory with the following.

Options -Indexes
Options +ExecCGI
AddHandler cgi-script .cgi .pl

Nothing seems to work.

When trying to access the pl script via web, the following error occurs..

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@xx 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.

Any gurus can help?
 
/var/log/httpd

suexec will probably have the failure reason as well.

If you do not have root access, you can access your portions of the logs using the links at the top of the Statistics page in the user level.
 
[Wed Mar 9 00:23:29 2005] [error] [client x.x.x.x] Options ExecCGI is off in this directory: /home/temp/public_html/cgi-bin/$
 
as stated from my first post.

my htaccess already has the following

Options -Indexes
Options +ExecCGI
AddHandler cgi-script .cgi .pl

thanks for your suggestion thou.
 
Back
Top