PDA

View Full Version : [ubuntu] Apache access.log displaying "combineddefault"


R.Bucky
July 13th, 2009, 11:00 AM
As the post title suggests, my apache logs are only displaying "combineddefault." Can anyone shed some light? I did the Google search, but did not find anything

yakkeh
June 21st, 2010, 01:56 AM
same problem here.
anyone?

dapperdanny77
June 21st, 2010, 03:29 PM
I understood your lofiles contain just "combineddefault" - right?

check your apache config
look for similar line

LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined

this is the definition of the log format
further in your config you should find then something like that

CustomLog /var/log/apache2/access.log combined

which is the definition of your logfile for a vhost with type combined. Maybe your config is garbled ...