Re: Regarding Internal Server Error

2001-07-16 Thread Jos I. Boumans
t;Rahul Garg" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 11:12 AM Subject: Re: Regarding Internal Server Error > If it's giving an internal server error, it is more than likely that > there > actually *is* some problem with the script, no mat

RE: Regarding Internal Server Error

2001-07-16 Thread Brian
Try sending fatals to the browser using the following: use CGI::Carp 'fatalsToBrowser'; I've seen a few times where this wouldn't work (for some stupid server reason) so you can also try the following: BEGIN { open STDERR, ">&STDOUT"; $oldfh = select STDOUT; $|=1; select STDERR; $|=1; sel

Re: Regarding Internal Server Error

2001-07-16 Thread David Wood
If it's giving an internal server error, it is more than likely that there actually *is* some problem with the script, no matter how much you think they're can't be (I've been in the same situation many a time!) If you've got access to the error logs, have a look at those (make sure that everyt

Regarding Internal Server Error

2001-07-15 Thread Rahul Garg
Hello Everybody.. What i have done is placed a .cgi file in cgi-bin directory of web server. from here i am calling on submission search_results is also placed oin cgi-bin dir. of same server. But it is giving Internal server error.i have not done much in search_results.cgi so