]> granicus.if.org Git - apache/commitdiff
use example.com
authorPaul Querna <pquerna@apache.org>
Sat, 4 Sep 2004 01:54:59 +0000 (01:54 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 4 Sep 2004 01:54:59 +0000 (01:54 +0000)
fixed the Access Control Example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104948 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_info.html.en
docs/manual/mod/mod_info.xml

index c612e27f80450e7fc4e755c722864c8c0524f30d..25b7b771c8c2116bc4c2a3a9d676830c112e6a71 100644 (file)
@@ -43,7 +43,7 @@ configuration</td></tr>
     </code></p></div>
 
     <p>Once configured, the server information is obtained by
-    accessing <code>http://your.host.dom/server-info</code></p>
+    accessing <code>http://your.host.example.com/server-info</code></p>
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">
@@ -77,11 +77,11 @@ configuration</td></tr>
       &lt;Location /server-info&gt;<br />
       <span class="indent">
         SetHandler server-info<br />
-        Order allow,deny
-        # Allow access from server itself
-        Allow from 127.0.0.1
-        # Additionally, allow access from local workstation
-        Allow from 192.168.1.17
+        Order allow,deny<br />
+        # Allow access from server itself<br />
+        Allow from 127.0.0.1<br />
+        # Additionally, allow access from local workstation<br />
+        Allow from 192.168.1.17<br />
       </span>
       &lt;/Location&gt;
     </code></p></div>
index a3b64759697d9f45abb4d9f2708c4bd3968e3baf..38d40746e6c0ab2b07af90876270be8e2beecd76 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -41,7 +41,7 @@ configuration</description>
     </example>
 
     <p>Once configured, the server information is obtained by
-    accessing <code>http://your.host.dom/server-info</code></p>
+    accessing <code>http://your.host.example.com/server-info</code></p>
 </summary>
 
 <section id="security"><title>Security Issues</title>
@@ -64,11 +64,11 @@ configuration</description>
       &lt;Location /server-info&gt;<br />
       <indent>
         SetHandler server-info<br />
-        Order allow,deny
-        # Allow access from server itself
-        Allow from 127.0.0.1
-        # Additionally, allow access from local workstation
-        Allow from 192.168.1.17
+        Order allow,deny<br />
+        # Allow access from server itself<br />
+        Allow from 127.0.0.1<br />
+        # Additionally, allow access from local workstation<br />
+        Allow from 192.168.1.17<br />
       </indent>
       &lt;/Location&gt;
     </example>
@@ -83,7 +83,7 @@ configuration</description>
     
     <p>Other views of the configuration information are available by
     appending a query to the <code>server-info</code> request. For
-    example, <code>http://your.host.dom/server-info?config</code>
+    example, <code>http://your.host.example.com/server-info?config</code>
     will show all configuration directives.</p>
     
     <dl>