Rion,
> > Rion,
> > > so its not just one host, but few?
> > correct, some it works, some not.
> I'm really surprised that the error log isnt saying
> anything.
> STO, but i'm sure you've run
> apachectl configtest
indeed:
[EMAIL PROTECTED] ~]# apachectl configtest
Syntax OK
>
> I've tried GET /server-status on a couple of my C5
> hosts w/1.0 and 1.1 and it works just fine
> with wget/telnet. So your situation is kinda strange;
> leading me to suspect user error AOT system/application
> error.
I wish it were user error, the idiot in the chair is the easiest problem to
fix. but i run exact same commands on some hosts w/ good results.
> >
> > > do they all have identical conf files?
> > Basic configuration yes. Each has specific Virtual
> host settings, SSL, and host specific configrations.
> >
> are the munged-up hosts all using the same cloned confs?
yup
> do you have mod_security in use?
nope.
> try loading just a barebones conf, no vhosts, no ssl, no
> unnec mods
> wrap the server-status stanza in a <IfModule
> status.c>
Can't really do that as it's a production site. doh!
> >
> > > what about server-info? does that work?
> > On that server, no, it does not after enabling it.
> That's ungood, FWIW, have you tried to GET
> /server-status from another host just
> to ensure its not a 'localhost' thing?
one of the first things I tried. took off all deny parameters and opened it
up. same effect.
> >
> > > Have you tried telnet localhost 80 then and get?
> > I just did:
> As jsled pointed out, 1.1 request is poorly formed, but
> a 1.0 request should work.
> And, tho you used GET, case does matter get!=GET
yeah, typo's are my specialty. ok, per Josh's method:
[EMAIL PROTECTED] ~]# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
GET /server-status HTTP/1.0
Host: localhost
HTTP/1.1 200 OK
Date: Sat, 30 Aug 2008 19:08:56 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
Content-Length: 0
Connection: close
Content-Type: text/html; charset=UTF-8
Connection closed by foreign host.
no dice
>
> >
> Will add more input if above is of no avail
input, need input! <\#5>