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
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
Rob,
Why don't you send the program? No way to guess from what you've
provided.
Cheers,
Jeff
At 10:39 PM 7/17/01 -0400, Rob Yale wrote:
>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 y