RE: Dreaded Internal Server Error

2001-07-18 Thread Rob Yale
ECTED] Subject: Re: Dreaded Internal Server Error Hi, When a CGI script runs from the command line but not from the web server, a common culprit is permissions. Be sure that anything the script does, like create files, write to files, read files, execute commands, etc, are allowed for the web s

Re: Dreaded Internal Server Error

2001-07-18 Thread Lisa Nyman
Hi, When a CGI script runs from the command line but not from the web server, a common culprit is permissions. Be sure that anything the script does, like create files, write to files, read files, execute commands, etc, are allowed for the web server user and group. Lisa Wolfisch Nyman <[EMAIL

Re: Dreaded Internal Server Error

2001-07-17 Thread Jeff Yoak
oblems. First of I'll, I should tell you >that the error I get is the dreaded "Internal Server Error" message. I've >also looked in the logs, and they're further explicated as follows: > >[Tue Jul 17 00:42:16 2001] [error] (2)No such file or directory: exec of

Dreaded Internal Server Error

2001-07-17 Thread Rob Yale
Hi, I'm trying to get a cgi program working (I didn't write it) and I'm experiencing some mysterious problems. First of I'll, I should tell you that the error I get is the dreaded "Internal Server Error" message. I've also looked in the logs, and they'