Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

internal server error after changing perl module

Status
Not open for further replies.

miekgln

Programmer
May 27, 2005
7
GB
while working on my development server today i made some changes to a perl module adding one new sub to it
after restarting the server to allow the changes to be picked up i now get a error when trying to access some of the pages on my web application

The server encountered an internal error or misconfiguration and was
unable to complete your request. Your administrator may not have enabled
CGI access for this directory.

i have made no changes to the access or config files. this error still occurs after i restored the backup of the files i made the changes to.

from looking at the pages that have stopped working they all seem to be the ones that use the file i changed but im sure i restored the original file so i dont really understand what i've done.

anyone have any ideas what i can try to fix it?

thanks for any help
mike
 
perhaps you restored the original file, but not the original permissions to it? But do try what Trojan said - see what perl -cw produces.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top