On 10.12.2010 19:25, Dustin Chesterman wrote:
On 10.12.2010 01:18, Dustin Chesterman wrote:
Hello all -
    I am having trouble getting logging to work for some modules,
specifically mod_rewrite and mod_jk.  Here is a portion of my
httpd.conf.  I get mod_jk logging for the startup process in my
mod_jk.log but not the request level logging.  But the forwarding is
working.  The rewrite.log has nothing in it ever.  I thought it could
be a problem with how i set up the modules butsince it's happening to
two I thought I must have something wrong globally.  Any suggestions
on why this might be happening.  My access.log is populating as
expected.

Concerning mod_jk: since you hav JkLogLevel debug, you should see *lots*
of log lines for each request and also during startup of the web server.
Do you see those types of messages? Is it only the additional one line
per request "JkRequestLogFormat" you are missing?

If so I would expect that you actually are handling the requests by some
other VHost which does not include the "JkRequestLogFormat" item. Try
setting it into the global server. It should get inherited by each VHost.

After looking more into the mod_jk logging issue, the logging
is being written but not until I stop the server.  It must be buffered
and would maybe come through eventually if I made enough requests??

Ah, sometimes on Windows the file time stamp in file explorer are not updated and you will only notice the new contents when actually opening the file.

There is no "additional" buffering by mod_jk.

Regards,

Rainer

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to