From: Rich Bowen Date: Tue, 2 Apr 2002 03:09:53 +0000 (+0000) Subject: A few additional examples added to the docs. X-Git-Tag: 2.0.35~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8e8ad89699ed3ce77721b88014259681aa745c;p=thirdparty%2Fapache%2Fhttpd.git A few additional examples added to the docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94373 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 196000cbcd1..d3c6eb01407 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -346,6 +346,11 @@ host default. Therefore, it will not affect subsequent TransferLog directives.

+

For example:

+ + LogFormat "%v %h %l %u %t \"%r\" %>s %b" + vhost_common + diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml index df00229d871..4cadd95113c 100755 --- a/docs/manual/mod/mod_so.xml +++ b/docs/manual/mod/mod_so.xml @@ -125,6 +125,11 @@ to load additional code which may be required for some module to work. Filename is either an absolute path or relative to ServerRoot.

+ +

For example:

+ + LoadFile libexex/libxmlparse.so +