Hello !

I am just using this to log:

LogFormat \
        "%{%F %T}t\t%v\t%p\t%h\t%{User-Agent} ... \
        vhost_combined2

CustomLog "|/usr/bin/mono /test/eco.exe /var/log/apache2/extra_log 86400" \
        vhost_combined2

May I use just a named pipe? What will happen, it the reader has a short
"dropout", is there a buffer and if not, would apache continue to log
to that pipe later?

If I use only one [global] logging directive, would all instances
really use this one log?

Because the timestamp does not contain milliseconds, how can I
determine, which request was the first? Would it help me, just
to subtract the processing-time?

It would really help me to understand, how the logging
is really working!

Thanks a lot!

br++mabra



---------------------------------------------------------------------
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