cgi and Apache

35hz

Registered
I have apache running well and serving up all kinds of web pages. However, I am having a bit of trouble with cgi scripts. I have apache set up to recognize both cgi and perl scripts and I can run the scripts from the command line. But when I try to get to them via the web, I get either a Internal server error, or a you are not authorized error message. I have played with the permissions and ownership but nothing seems to be fixing the problem. Any thoughts?

Thanks,
Ian

 
Have you checked the permissons? You have to make sure that they are executable by other people than just the owner. (I don't know a lot of this topic, and it probably depends on the types of scripts your using)

Just a thought,
 
Back
Top