</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">
<Location /server-info><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>
</Location>
</code></p></div>
<?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
</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>
<Location /server-info><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>
</Location>
</example>
<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>