]> granicus.if.org Git - apache/commitdiff
A few additional examples added to the docs.
authorRich Bowen <rbowen@apache.org>
Tue, 2 Apr 2002 03:09:53 +0000 (03:09 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 2 Apr 2002 03:09:53 +0000 (03:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94373 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml
docs/manual/mod/mod_so.xml

index 196000cbcd1ab50e9c97c9b5ec44c356934d80fd..d3c6eb01407f991dde8d213e8477758918ad48ac 100644 (file)
@@ -346,6 +346,11 @@ host</context></contextlist>
     default. Therefore, it will not affect subsequent
     <directive>TransferLog</directive> directives.</p>
 
+    <p>For example:</p>
+
+    <example>LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b"
+    vhost_common</example>
+
 </usage>
 </directivesynopsis>
 
index df00229d87164b768f70a89df5763b9baaf771a4..4cadd95113cc1b68b24aeb7cad88198b03008575 100755 (executable)
     to load additional code which may be required for some module
     to work. <em>Filename</em> is either an absolute path or
     relative to <a href="core.html#serverroot">ServerRoot</a>.</p>
+
+    <p>For example:</p>
+
+    <example>LoadFile libexex/libxmlparse.so</example>
+
 </usage>
 </directivesynopsis>