Hi,
| LogFormat format|nickname [nickname]
The first nickname there is completely wrong. Nickname resolving isn't
nested.
nd
--
print "Just Another Perl Hacker";
# Andr� Malo, <http://www.perlig.de/> #
Index: manual/mod/mod_log_config.xml
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/mod_log_config.xml,v
retrieving revision 1.6
diff -u -r1.6 mod_log_config.xml
--- manual/mod/mod_log_config.xml 31 May 2002 07:31:09 -0000 1.6
+++ manual/mod/mod_log_config.xml 22 Aug 2002 22:24:57 -0000
@@ -312,7 +312,7 @@
<name>LogFormat</name>
<description>Describes a format for use in a log file</description>
<syntax>LogFormat
- <em>format</em>|<em>nickname</em> [<em>nickname</em>]</syntax>
+ <em>format</em> [<em>nickname</em>]</syntax>
<contextlist><context>server config</context><context>virtual
host</context></contextlist>
<compatibility>Nickname only available in Apache 1.3 or later.
@@ -328,10 +328,7 @@
specified in subsequent <directive>TransferLog</directive>
directives. The single argument can specify an explicit
<em>format</em> as discussed in <a href="#formats">custom log
- formats</a> section above. Alternatively, it can use a
- <em>nickname</em> to refer to a log format defined in a
- previous <directive>LogFormat</directive> directive as described
- below.</p>
+ formats</a> section above.</p>
<p>The second form of the <directive>LogFormat</directive>
directive associates an explicit <em>format</em> with a
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]