[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CGI Error



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 <bhmit1@mail.wm.edu>   "We all know linux is great... it
PGP: finger -l bhmit1@cs.wm.edu          does infinite loops in 5 seconds"
Phone: (757) 221-4847                      --Linus Torvalds


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: