DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42608>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42608 ------- Additional Comments From [EMAIL PROTECTED] 2007-06-12 19:02 ------- (In reply to comment #2) > Christ, I don't use web browser to send data to apache httpd. How do I display > the httpd header? Can you tell me a command how to do that, turn on the debug > or something? > The version of mod_proxy_ajp is Apache/2.2.3 > The version of mod_jk is I don't know how to see them? Since it sounds like your configuration is pretty much just out of the box, then edit $CATALINA_HOME/conf/logging.properties and add a line that looks like: org.apache.jk.level = FINE Since we only care about the Content-Length, doing something like: LogFormat "%h %l %u %t \"%r\" %>s %b %{content-length}i" in httpd.conf should be enough. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
