Stan, > Does this ONLY occur on the server-status module? (all other pages load fine)
That is correct. I have no other problems w/ Apache serving up pages. Rion, > > me too on half the servers ;) > so its not just one host, but few? correct, some it works, some not. > do they all have identical conf files? Basic configuration yes. Each has specific Virtual host settings, SSL, and host specific configrations. > what about server-info? does that work? On that server, no, it does not after enabling it. > Have you tried telnet localhost 80 then and get? I just did: telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. GET /server-status Connection closed by foreign host. [EMAIL PROTECTED] ~]# telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. GET /server-status HTTP/1.1 HTTP/1.1 400 Bad Request Date: Sat, 30 Aug 2008 14:59:16 GMT Server: Apache/2.2.3 (CentOS) Content-Length: 314 Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>400 Bad Request</title> </head><body> <h1>Bad Request</h1> <p>Your browser sent a request that this server could not understand.<br /> </p> <hr> <address>Apache/2.2.3 (CentOS) Server at web4.globalclassroom.us Port 80</address> </body></html> Connection closed by foreign host. > is mod_status loaded? According to apachectl -M, yes it is. ... status_module (shared) ... Thanks guys! Mike > > Rion > > > I'm stumped. I figure it has to be something with > apache itself as it get's the request, and responds, > > it just doesn't include any data in the response, > no even any html, which is bloody weird. > > > > > -- > 3010 Rte 109 > Waterville, VT 05492 > email: > rion_at_dluz.com > web: > http://dluz.com/Rion/ > AIM/Jabber/Google: > riondluz > Phone: 802.644.2255 > http://www.linkedin.com/pub/6/126/769 > > .~. L I N U X > /V\ > /( )\ > ^^-^-^^ > POSIX > RULES > Choice of a GNU Generation > > _________________________________________________________ > > > "The trouble with the world is that the stupid are > cocksure and the intelligent are full of doubt." - > Bertrand Russell
