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"><VirtualHost> section</a>.
+<a href="mod/core.html#virtualhost"><VirtualHost> section</a>.
</ul>
<!--#include virtual="footer.html" -->
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"><VirtualHost> section</a>.
+<a href="mod/core.html#virtualhost"><VirtualHost> section</a>.
</ul>
<!--#include virtual="footer.html" -->
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>
<3-digit-code> action <p>
where the action can be,
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>
<3-digit-code> action <p>
where the action can be,
<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" -->
<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" -->
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>