Posted by Gordon Burditt on 10/12/05 16:59
>Error web:
>
>Internal Server Error
>The server encountered an internal error or misconfiguration and was unable
>to complete your request.
This error has several causes all of them related to a CGI or PHP
program not generating correct headers (Content-type:, etc.)
1. The program dumped core or aborted before generating any output.
2. The program could not be executed due to incorrect permissions
(either Apache or OS) or missing shared libraries.
3. The program generated error messages *BEFORE* the Content-type
header about things like missing include files or libraries,
or debugging code is misplaced.
4. The program forgot to output the Content-type header or the blank
line separating the headers from the content.
>[Wed Oct 12 11:32:00 2005] [error] [client 192.168.90.84] malformed header
>from script. Bad header=trtrtrtrtr: matweb.exe, referer:
>http://192.168.90.84/upload.php3
This error message suggests that something is trying to output
content without headers.
Gordon L. Burditt
Navigation:
[Reply to this message]
|