tis 2010-03-16 klockan 20:54 +0000 skrev mkrygeri_at_gmail.com:
> All the documentation I looked at still refers to this as an active
> feature. So I was banging my head off this more than I needed to.
> Apparently it is deprecated as of 2.6 and does not maintain any
> backward compatibility.
It's there for backwards compatibility only.
access_log /path/to/access.log
emulate_httpd_log on
is equivalent to
access_log /path/to/access.log common
But if you have
access_log /path/to/access.log squid
[or any other format]
then emulate_httpd_log is ignored. emulate_httpd_log only have effect if
the access_log directive do not specify which format to use for the log.
> I only needed to change the line "access_log /path/to/access.log
> squid" to "access_log /path/to/access.log common" to get this working
> the way I wanted it to.
Yes, that's the current way.
Regards
Henrik
Received on Tue Mar 16 2010 - 21:44:59 MDT
This archive was generated by hypermail 2.2.0 : Wed Mar 17 2010 - 12:00:04 MDT