|
Posted by Jerry Stuckle on 05/16/06 04:09
Lieven wrote:
>>When you see the error message, then click "view source" in your
>>browser and paste the exact text of the error message and everything
>>before it into a post.
>>
>
> This is the source code, I replaced my domain with "mydomain":
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>500 Internal Server Error</title>
> </head><body>
> <h1>Internal Server Error</h1>
> <p>The server encountered an internal error or
> misconfiguration and was unable to complete
> your request.</p>
> <p>Please contact the server administrator,
> webmaster@mydomain.be and inform them of the time the error occurred,
> and anything you might have done that may have
> caused the error.</p>
> <p>More information about this error may be available
> in the server error log.</p>
> <hr />
> <address>Apache/2.0.50 (Fedora) Server at www.mydomain.be Port 80</address>
> </body></html>
>
>
Lieven,
Looks like your mail() function is aborting for some reason. I suspect it may
be taking one of the Apache processes with it.
Anything in your Apache log?
What MTA are you using, and is it running OK? I suspect this may be an in-house
system (since you talked about disk failure). Can you send mail from your email
program using the MTA on this system (not your ISP's)?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|