LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common
</highlight>
</example>
-
+
</usage>
</directivesynopsis>
<example><title>Example</title>
<highlight language="config">
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
-TransferLog logs/access_log
+TransferLog "logs/access_log"
</highlight>
</example>
</usage>
<directivesynopsis>
<name>GlobalLog</name>
<description>Sets filename and format of log file</description>
-<syntax>GlobalLog<var>file</var>|<var>pipe</var>
+<syntax>GlobalLog <var>file</var>|<var>pipe</var>
<var>format</var>|<var>nickname</var>
[env=[!]<var>environment-variable</var>|
expr=<var>expression</var>]</syntax>