[deployment-guide/comm-rel: 550/727] Added omitted example to ServerAdmin directive description.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:11:11 UTC 2010


commit ef2ae5a8666de69ad5fed67df9ebb1737b1c1774
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Sep 1 18:20:54 2010 +0200

    Added omitted example to ServerAdmin directive description.

 en-US/The_Apache_HTTP_Server.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index f95bc12..9b03bf0 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -1816,6 +1816,10 @@ ErrorDocument 404 /404-not_found.html</screen>
             <para>
               This directive is commonly set to <literal>webmaster@<replaceable>hostname</replaceable></literal>, where <replaceable>hostname</replaceable> is the address of the server. Once set, alias <literal>webmaster</literal> to the person responsible for the web server in <filename>/etc/aliases</filename>, and as superuser, run the <command>newaliases</command> command.
             </para>
+            <example id="example-apache-httpdconf-serveradmin">
+              <title>Using the <option>ServerAdmin</option> directive</title>
+              <screen>ServerAdmin webmaster at penguin.example.com</screen>
+            </example>
           </listitem>
         </varlistentry>
         <varlistentry>


More information about the docs-commits mailing list