You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Arthur DiSegna <ad...@authentium.com> on 2005/12/20 13:27:59 UTC

[users@httpd] Multiple Line LogFormat ??

Oops I posted this last night with a previous posts subject line.. :o

	
	 
	Hi,  
	 
	The httpd.conf file has four LogFormat lines like below. The actual log shows only one line per access request. The first line has everything combined so why four entries?

		-----# remoteHost, identityCheck, userName, time, first line of the request, status, bytes sent
		
		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
		 
		Thanks in advance