sameer 96/11/25 21:36:43
Modified: htdocs/manual bind.html custom-error.html install.html
install_1_1.html new_features_1_1.html
virtual-host.html
htdocs/manual/misc security_tips.html
Log:
Fix links to core.html
Revision Changes Path
1.3 +3 -3 apache/htdocs/manual/bind.html
Index: bind.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/bind.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** bind.html 1996/11/21 10:47:07 1.2
--- bind.html 1996/11/26 05:36:38 1.3
***************
*** 88,97 ****
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>
and
! <a href="core.html#virtualhost"><VirtualHost> section</a>.
</ul>
<!--#include virtual="footer.html" -->
--- 88,97 ----
See also the documentation on
<a href="virtual-host.html">Virtual Hosts</a>,
<a href="host.html">Non-IP virtual hosts</a>,
! <a href="mod/core.html#bindaddress">BindAddress directive</a>,
! <a href="mod/core.html#port">Port directive</a>
and
! <a href="mod/core.html#virtualhost"><VirtualHost> section</a>.
</ul>
<!--#include virtual="footer.html" -->
1.3 +1 -1 apache/htdocs/manual/custom-error.html
Index: custom-error.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/custom-error.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** custom-error.html 1996/11/21 10:47:08 1.2
--- custom-error.html 1996/11/26 05:36:39 1.3
***************
*** 61,67 ****
ErrorDocument 401 /Subscription/how_to_subscribe.html
</code></blockquote>
The syntax is, <p>
! <code><A HREF="core.html#errordocument">ErrorDocument</A></code>
<3-digit-code> action <p>
where the action can be,
--- 61,67 ----
ErrorDocument 401 /Subscription/how_to_subscribe.html
</code></blockquote>
The syntax is, <p>
! <code><A HREF="mod/core.html#errordocument">ErrorDocument</A></code>
<3-digit-code> action <p>
where the action can be,
1.4 +2 -2 apache/htdocs/manual/install.html
Index: install.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/install.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** install.html 1996/11/21 15:00:09 1.3
--- install.html 1996/11/26 05:36:39 1.4
***************
*** 109,116 ****
<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
<code>httpd.conf</code>.
<!--#include virtual="footer.html" -->
--- 109,116 ----
<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="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" -->
1.2 +2 -2 apache/htdocs/manual/install_1_1.html
Index: install_1_1.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/install_1_1.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** install_1_1.html 1996/11/21 15:00:10 1.1
--- install_1_1.html 1996/11/26 05:36:39 1.2
***************
*** 93,100 ****
<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
<code>httpd.conf</code>.
<!--#include virtual="footer.html" -->
--- 93,100 ----
<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="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" -->
1.3 +1 -1 apache/htdocs/manual/new_features_1_1.html
Index: new_features_1_1.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_1.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** new_features_1_1.html 1996/11/21 10:47:14 1.2
--- new_features_1_1.html 1996/11/26 05:36:39 1.3
***************
*** 76,82 ****
<li><b><a href="location.html">URL-based Access Protection</a></b><br>
In addition to access checking and authorization by filename (with
! <code><a href="core.html#directory"><Directory></a></code>),
the new <code><Location></code> directive allows protection by
URL.
--- 76,82 ----
<li><b><a href="location.html">URL-based Access Protection</a></b><br>
In addition to access checking and authorization by filename (with
! <code><a href="mod/core.html#directory"><Directory></a></code>),
the new <code><Location></code> directive allows protection by
URL.
1.5 +20 -20 apache/htdocs/manual/virtual-host.html
Index: virtual-host.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/virtual-host.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** virtual-host.html 1996/11/21 10:47:16 1.4
--- virtual-host.html 1996/11/26 05:36:40 1.5
***************
*** 58,68 ****
Use multiple daemons when:
<ul>
<li>The different virtual hosts need very different httpd configurations,
such
! as different values for: <A HREF="core.html#servertype">ServerType</A>,
! <A HREF="core.html#user">User</A>,
! <A HREF="core.html#group">Group</A>,
<A HREF="mod_mime.html#typesconfig">TypesConfig</A> or
! <A HREF="core.html#serverroot">ServerRoot</A>.
<li>The machine does not process a very high request rate.
</ul>
Use a single daemon when:
--- 58,68 ----
Use multiple daemons when:
<ul>
<li>The different virtual hosts need very different httpd configurations,
such
! as different values for: <A
HREF="mod/core.html#servertype">ServerType</A>,
! <A HREF="mod/core.html#user">User</A>,
! <A HREF="mod/core.html#group">Group</A>,
<A HREF="mod_mime.html#typesconfig">TypesConfig</A> or
! <A HREF="mod/core.html#serverroot">ServerRoot</A>.
<li>The machine does not process a very high request rate.
</ul>
Use a single daemon when:
***************
*** 75,81 ****
<h2>Setting up multiple daemons</h2>
Create a separate httpd installation for each virtual host.
For each installation, use the
! <A HREF="core.html#bindaddress">BindAddress</A> directive in the
configuration
file to select which IP address (or virtual host) that daemon services.
e.g.
<blockquote><code>BindAddress www.smallco.com</code></blockquote>
--- 75,81 ----
<h2>Setting up multiple daemons</h2>
Create a separate httpd installation for each virtual host.
For each installation, use the
! <A HREF="mod/core.html#bindaddress">BindAddress</A> directive in the
configuration
file to select which IP address (or virtual host) that daemon services.
e.g.
<blockquote><code>BindAddress www.smallco.com</code></blockquote>
***************
*** 83,94 ****
<h2>Setting up a single daemon</h2>
For this case, a single httpd will service requests for all the virtual
hosts.
! The <A HREF="core.html#virtualhost">VirtualHost</A> directive in the
configuration file is used to set the values of
! <A HREF="core.html#serveradmin">ServerAdmin</A>,
! <A HREF="core.html#servername">ServerName</A>,
! <A HREF="core.html#documentroot">DocumentRoot</A>,
! <A HREF="core.html#errorlog">ErrorLog</A> and
<A HREF="mod_log_common.html#transferlog">TransferLog</A> configuration
directives to different values for each virtaul host.
e.g.
--- 83,94 ----
<h2>Setting up a single daemon</h2>
For this case, a single httpd will service requests for all the virtual
hosts.
! The <A HREF="mod/core.html#virtualhost">VirtualHost</A> directive in the
configuration file is used to set the values of
! <A HREF="mod/core.html#serveradmin">ServerAdmin</A>,
! <A HREF="mod/core.html#servername">ServerName</A>,
! <A HREF="mod/core.html#documentroot">DocumentRoot</A>,
! <A HREF="mod/core.html#errorlog">ErrorLog</A> and
<A HREF="mod_log_common.html#transferlog">TransferLog</A> configuration
directives to different values for each virtaul host.
e.g.
***************
*** 116,132 ****
Almost <strong>ANY</strong> configuration directive can be put
in the VirtualHost directive, with the exception of
! <A HREF="core.html#servertype">ServerType</A>,
! <A HREF="core.html#user">User</A>,
! <A HREF="core.html#group">Group</A>,
! <A HREF="core.html#startservers">StartServers</A>,
! <A HREF="core.html#maxspareservers">MaxSpareServers</A>,
! <A HREF="core.html#minspareservers">MinSpareServers</A>,
! <A HREF="core.html#maxrequestsperchild">MaxRequestsPerChild</A>,
! <A HREF="core.html#bindaddress">BindAddress</A>,
! <A HREF="core.html#pidfile">PidFile</A>,
<A HREF="mod_mime.html#typesconfig">TypesConfig</A>, and
! <A HREF="core.html#serverroot">ServerRoot</A>.
<P>
--- 116,132 ----
Almost <strong>ANY</strong> configuration directive can be put
in the VirtualHost directive, with the exception of
! <A HREF="mod/core.html#servertype">ServerType</A>,
! <A HREF="mod/core.html#user">User</A>,
! <A HREF="mod/core.html#group">Group</A>,
! <A HREF="mod/core.html#startservers">StartServers</A>,
! <A HREF="mod/core.html#maxspareservers">MaxSpareServers</A>,
! <A HREF="mod/core.html#minspareservers">MinSpareServers</A>,
! <A HREF="mod/core.html#maxrequestsperchild">MaxRequestsPerChild</A>,
! <A HREF="mod/core.html#bindaddress">BindAddress</A>,
! <A HREF="mod/core.html#pidfile">PidFile</A>,
<A HREF="mod_mime.html#typesconfig">TypesConfig</A>, and
! <A HREF="mod/core.html#serverroot">ServerRoot</A>.
<P>
1.3 +1 -1 apache/htdocs/manual/misc/security_tips.html
Index: security_tips.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/security_tips.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** security_tips.html 1996/11/21 09:55:51 1.2
--- security_tips.html 1996/11/26 05:36:42 1.3
***************
*** 21,27 ****
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>
directive.<p>
<HR>
--- 21,27 ----
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="../mod/core.html#options">Options</A>
directive.<p>
<HR>