Lucas Blancher wrote:
> How do I find the sub code in Apache httpd?  I am using the common logging
> format and it already has %s in the logging string, but my logs only have
> 401 in them, without any subcodes. An example is 

Personally, I'd ignore the sub code question and look what is going back
and forth between the client and httpd. I'd use ieHttpHeaders in IE and
Live Http Headers in Firefox and do a compare and contrast between the
working configuration and the broken one.

I'd expect to see a number of differences some of which will be irrelevant
but at least one will be key. The trick is to figure out which is
significant. Post the results here if you need help.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to