does not allow the log format to be specified explicitly or for
conditional logging of requests. Instead, the log format is
determined by the most recently specified specified <a
-href="#logformat">LogFormat</a> directive. Common Log Format is used
-if no other format has been specified.</p>
+href="#logformat">LogFormat</a> directive (which does not define a
+nickname). Common Log Format is used if no other format has been
+specified.</p>
<p>Example:</p>
<pre>
- LogFormat %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
+ LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
TranferLog logs/access_log
</pre>