From f766ab243e37ce0083b433a5a3fe7efd5d96d347 Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Tue, 2 Apr 2002 03:09:53 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_log_config.xml | 5 +++++ docs/manual/mod/mod_so.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 196000cbcd..d3c6eb0140 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 df00229d87..4cadd95113 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 + -- 2.40.0