On Sat, 6 Dec 1997, Paul Miller wrote:

> How can I fix this problem?
> 
> ***
> Internal Server Error
> 
> The server encountered an internal error or misconfiguration and was
> unable to complete your request.

My favorite trick, make a script in the same directory:

#!/bin/sh

/path-to-cgi/script.pl 2>/tmp/cgi-error.$$

Then call your script and look at the cgi-error.???? (???? will be the
pid) to see what went wrong.  Also, look at your apache log messages.

Brandon

-----
Brandon Mitchell <[EMAIL PROTECTED]>   "We all know linux is great... it
PGP: finger -l [EMAIL PROTECTED]          does infinite loops in 5 seconds"
Phone: (757) 221-4847                      --Linus Torvalds


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to