Sam Varshavchik <[EMAIL PROTECTED]> writes:

> Lloyd Zusman writes:
>
>> Lloyd Zusman <[EMAIL PROTECTED]> writes:
>>>
>>> [ ... ]
>>>
>>>   Error 500
>>>
>>         [ ... ]  What I'm hoping to find is a
>>         log file generated by the Courier software itself, which would
>>         tell me more about the cause of this error.
>
> This is not something that sqwebmail would log.  This indicates a
> failure to run sqwebmail itself.
>
> It's a bit of a bear to debug these things.  You have to go up until
> just before the point where things crash, then before you do the final
> action that's going to fail, you want to temporarily rename the
> sqwebmail cgi-bin stub to something else, like sqwebmail.org, and put a
> short script in its place:
>
> #!/bin/sh
>
> echo "Content-Type: text/plain"
> echo ""
> exec /var/www/cgi-bin/sqwebmail.orig
>
> Then submit the request and see what actually happens.

OK (sigh).  I was hoping I didn't have to do something like this.

... but I will charge ahead, nonetheless.  Onward!

I'll report whatever I find.


-- 
 Lloyd Zusman
 [EMAIL PROTECTED]
 God bless you.



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to