]> granicus.if.org Git - apache/commitdiff
Fix links to core.html
authorSameer Parekh <sameer@apache.org>
Tue, 26 Nov 1996 05:36:42 +0000 (05:36 +0000)
committerSameer Parekh <sameer@apache.org>
Tue, 26 Nov 1996 05:36:42 +0000 (05:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77050 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/bind.html
docs/manual/bind.html.en
docs/manual/custom-error.html
docs/manual/custom-error.html.en
docs/manual/install.html
docs/manual/install.html.en
docs/manual/misc/security_tips.html

index 9c6f401d9577ca01aa11562a11ed94bb5da5c063..c9ec916a7f2e3e988e8873d26bee3c758f55f434 100644 (file)
@@ -88,10 +88,10 @@ not listening to, it cannot be accessed.
 See also the documentation on
 <a href="virtual-host.html">Virtual Hosts</a>,
 <a href="host.html">Non-IP virtual hosts</a>,
-<a href="core.html#bindaddress">BindAddress directive</a>,
-<a href="core.html#port">Port directive</a>
+<a href="mod/core.html#bindaddress">BindAddress directive</a>,
+<a href="mod/core.html#port">Port directive</a>
 and
-<a href="core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
+<a href="mod/core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
 </ul>
 
 <!--#include virtual="footer.html" -->
index 9c6f401d9577ca01aa11562a11ed94bb5da5c063..c9ec916a7f2e3e988e8873d26bee3c758f55f434 100644 (file)
@@ -88,10 +88,10 @@ not listening to, it cannot be accessed.
 See also the documentation on
 <a href="virtual-host.html">Virtual Hosts</a>,
 <a href="host.html">Non-IP virtual hosts</a>,
-<a href="core.html#bindaddress">BindAddress directive</a>,
-<a href="core.html#port">Port directive</a>
+<a href="mod/core.html#bindaddress">BindAddress directive</a>,
+<a href="mod/core.html#port">Port directive</a>
 and
-<a href="core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
+<a href="mod/core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
 </ul>
 
 <!--#include virtual="footer.html" -->
index bb4bce4713e878e89d82fc29225e4eeb1fae14a7..0518f041cdabcc0af0a02ec1b1640d00e15b9d07 100644 (file)
@@ -61,7 +61,7 @@ ErrorDocument 404 /Lame_excuses/not_found.html  <br>
 ErrorDocument 401 /Subscription/how_to_subscribe.html
 </code></blockquote>
 The syntax is, <p>
-<code><A HREF="core.html#errordocument">ErrorDocument</A></code>
+<code><A HREF="mod/core.html#errordocument">ErrorDocument</A></code>
 &lt;3-digit-code&gt; action <p>
 
 where the action can be,
index bb4bce4713e878e89d82fc29225e4eeb1fae14a7..0518f041cdabcc0af0a02ec1b1640d00e15b9d07 100644 (file)
@@ -61,7 +61,7 @@ ErrorDocument 404 /Lame_excuses/not_found.html  <br>
 ErrorDocument 401 /Subscription/how_to_subscribe.html
 </code></blockquote>
 The syntax is, <p>
-<code><A HREF="core.html#errordocument">ErrorDocument</A></code>
+<code><A HREF="mod/core.html#errordocument">ErrorDocument</A></code>
 &lt;3-digit-code&gt; action <p>
 
 where the action can be,
index fd4c7eb1b3595ebaf3326efee1712b5f1d6740a7..4c255ef5d791eb3d5eef90a8f02e9749612bec91 100644 (file)
@@ -109,8 +109,8 @@ The server should be now running.
 <p>
 By default the <code>srm.conf</code> and <code>access.conf</code> files are
 located by name; to specifically call them by other names, use the
-<A HREF="core.html#accessconfig">AccessConfig</A> and
-<A HREF="core.html#resourceconfig">ResourceConfig</A> directives in
+<A HREF="mod/core.html#accessconfig">AccessConfig</A> and
+<A HREF="mod/core.html#resourceconfig">ResourceConfig</A> directives in
 <code>httpd.conf</code>.
 
 <!--#include virtual="footer.html" -->
index fd4c7eb1b3595ebaf3326efee1712b5f1d6740a7..4c255ef5d791eb3d5eef90a8f02e9749612bec91 100644 (file)
@@ -109,8 +109,8 @@ The server should be now running.
 <p>
 By default the <code>srm.conf</code> and <code>access.conf</code> files are
 located by name; to specifically call them by other names, use the
-<A HREF="core.html#accessconfig">AccessConfig</A> and
-<A HREF="core.html#resourceconfig">ResourceConfig</A> directives in
+<A HREF="mod/core.html#accessconfig">AccessConfig</A> and
+<A HREF="mod/core.html#resourceconfig">ResourceConfig</A> directives in
 <code>httpd.conf</code>.
 
 <!--#include virtual="footer.html" -->
index f9c89820c8192af663fe54d6c150ee18d05781bb..f6060dc55ae4a68d8c2314ec8b21500b71ee2d1a 100644 (file)
@@ -21,7 +21,7 @@ arbitrary programs on the server. That thought alone should send a shiver
 down the spine of any sys-admin.<p>
 
 One solution is to disable that part of SSI. To do that you use the
-IncludesNOEXEC option to the <A HREF="core.html#options">Options</A>
+IncludesNOEXEC option to the <A HREF="../mod/core.html#options">Options</A>
 directive.<p>
 
 <HR>