[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: user-agent log problem



Hmmm, seems right. A couple thoughts:

1) Do you have any other CustomLog directives that are not commented out
2) Are you running NameVirtualHosts where you'd have to define a
CustomLog for each?

Pete
-- 
http://www.elbnet.com
ELB Internet Services, Inc.
Web Design, Computer Consulting, Internet Hosting


seezov@libero.it wrote:
> 
> hi, in my logs files don't aper the user-agent (Mozilla, lynx ecc...) logs
> ..
> 
> why ?
> 
> example:
> 
> debian - - [12/Jan/2002:14:03:02 +0100] "GET /doc/HTML/web/w3/index.html
> HTTP/1.1" 200 5208
> 
> and in my httpd.conf
> 
> ...
> ...
> LogFormat "%h %l %u %t \"%r\" %>s %b
> \"%{Referer}i\" \"%{User-Agent}i\"" combined
> LogFormat "%h %l %u %t \"%r\" %>s %b" common
> LogFormat "%{Referer}i -> %U" referer
> LogFormat "%{User-agent}i" agent
> 
> # The location of the access logfile (Common Logfile Format).
> # If this does not start with /, ServerRoot is prepended to it.
> 
> CustomLog /var/log/apache/access.log combined



Reply to: