On 13/08/07, Henry Cavillones <Henry.Cavillones@xxxxxxxxx> wrote: [snip] > And here's where i use it: > > # Blackbox log format > <IfModule mod_logio.c> > LogFormat "%a/0 %X %t \"%r\" %s/%>s %{pid}P/%{tid}P %T/%D %I/%O/%B" > blackbox</IfModule> > <IfModule !mod_logio.c> > LogFormat "%a/0 %X %t \"%r\" %s/%>s %{pid}P/%{tid}P %T/%D 0/0/%B" > blackbox > </IfModule> > CustomLog /var/log/httpd/blackbox blackbox > > Why doesnt it log anything? Depends on the context you've placed the CustomLog directive in. If, say, this directive is in the main server context and you have vhosts that do their own logging (possibly hidden ones if you're using an obfuscated distro config like debian's) then this log won't contain much. Are there any other logs, and are those logs getting entries for requests now? If there are, check the context their CustomLog directives are in. -- noodl --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx