• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Apache 1.3 returning invalid server response

berlamont

n00b
Joined
Jun 7, 2004
Messages
5
Hello everyone -
I've got a slight problem; for some reason whenever someone is supposed to hit a 404 not found page my apache server returns "ERROR_HTTP_INVALID_SERVER_RESPONSE" header response. I have a custom 404 page setup that should be coming up when they hit a bad link or whatever, but it just comes up with that and no error code as far as I can tell. The .htaccess file and httpd.conf files are all setup correct according the the apache website. I tried to google the problem and the only thing it came up with was something dealing with ssl certs, but the pages I'm getting this on are not secure pages or anything. I'm kind of at a loss, anyone have any ideas? It's a redhat server w/ php4.3 and apache 1.3 btw.
 
it could be an error in a script on the 404 page itself that's causing the page to not be fully rendered before the server tries to send it. For example, your script dies in the middle of generating the page. Do you have error supression turned on? if so try turning it off to see if you get a script error message.
 
Back
Top