brian 96/12/04 22:26:28
Modified: htdocs/manual handler.html suexec.html
htdocs/manual/misc FAQ.html
htdocs/manual/mod core.html mod_mime.html
mod_usertrack.html
Log:
Miscellanous link problems reported by users, fixed.
Revision Changes Path
1.5 +7 -7 apache/htdocs/manual/handler.html
Index: handler.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/handler.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** handler.html 1996/12/05 05:49:19 1.4
--- handler.html 1996/12/05 06:26:12 1.5
***************
*** 31,55 ****
<ul>
<li><strong>send-as-is</strong>:
Send file with HTTP headers as is.
! (<a href="mod_asis.html">mod_asis</a>)
<li><strong>cgi-script</strong>:
Treat the file as a CGI script.
! (<a href="mod_cgi.html">mod_cgi</a>)
<li><strong>imap-file</strong>:
Imagemap rule file.
! (<a href="mod_imap.html">mod_imap</a>)
<li><strong>server-info</strong>:
Get the server's configuration information
! (<a href="mod_info.html">mod_info</a>)
<li><strong>server-parsed</strong>:
Parse for server-side includes
! (<a href="mod_include.html">mod_include</a>)
<li><strong>server-status</strong>:
Get the server's status report
! (<a href="mod_status.html">mod_status</a>)
<li><strong>type-map</strong>:
Parse as a type map file for content negotiation
! (<a href="mod_negotiation.html">mod_negotiation</a>)
</ul>
<p>
--- 31,55 ----
<ul>
<li><strong>send-as-is</strong>:
Send file with HTTP headers as is.
! (<a href="mod/mod_asis.html">mod_asis</a>)
<li><strong>cgi-script</strong>:
Treat the file as a CGI script.
! (<a href="mod/mod_cgi.html">mod_cgi</a>)
<li><strong>imap-file</strong>:
Imagemap rule file.
! (<a href="mod/mod_imap.html">mod_imap</a>)
<li><strong>server-info</strong>:
Get the server's configuration information
! (<a href="mod/mod_info.html">mod_info</a>)
<li><strong>server-parsed</strong>:
Parse for server-side includes
! (<a href="mod/mod_include.html">mod_include</a>)
<li><strong>server-status</strong>:
Get the server's status report
! (<a href="mod/mod_status.html">mod_status</a>)
<li><strong>type-map</strong>:
Parse as a type map file for content negotiation
! (<a href="mod/mod_negotiation.html">mod_negotiation</a>)
</ul>
<p>
1.5 +1 -1 apache/htdocs/manual/suexec.html
Index: suexec.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/suexec.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** suexec.html 1996/12/02 18:13:45 1.4
--- suexec.html 1996/12/05 06:26:13 1.5
***************
*** 141,147 ****
If you don't see this message at server startup, the server is most likely
not finding the
wrapper program where it expects it, or the executable is not installed
<b><em>setuid root</em></b>. Check your installation and try again.<p>
! One way to use <b>suEXEC</b> is through the <a
href="mod/core.html#user"><b>User</b></a> and <a
href="mod/core.html#group"><b>Group</b></a> directives in <a
href="mod_core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting
these directives to values
different from the main server user id, all requests for CGI resources will
be executed as
the <b>User</b> and <b>Group</b> defined for that
<b><VirtualHost></b>. If only one or
neither of these directives are specified for a <b><VirtualHost></b>
then the main
--- 141,147 ----
If you don't see this message at server startup, the server is most likely
not finding the
wrapper program where it expects it, or the executable is not installed
<b><em>setuid root</em></b>. Check your installation and try again.<p>
! One way to use <b>suEXEC</b> is through the <a
href="mod/core.html#user"><b>User</b></a> and <a
href="mod/core.html#group"><b>Group</b></a> directives in <a
href="mod/core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting
these directives to values
different from the main server user id, all requests for CGI resources will
be executed as
the <b>User</b> and <b>Group</b> defined for that
<b><VirtualHost></b>. If only one or
neither of these directives are specified for a <b><VirtualHost></b>
then the main
1.6 +1 -1 apache/htdocs/manual/misc/FAQ.html
Index: FAQ.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** FAQ.html 1996/12/02 01:55:20 1.5
--- FAQ.html 1996/12/05 06:26:21 1.6
***************
*** 110,116 ****
WWW servers. When bugs do show up, we release patches and new
versions, as soon as they are available.</a>
! <P>See <A
HREF="../info/apache_users.html">http://www.apache.org/info/apache_users.html</A>
for an incomplete list of sites running Apache.</P>
<hr>
--- 110,116 ----
WWW servers. When bugs do show up, we release patches and new
versions, as soon as they are available.</a>
! <P>See <A
HREF="http://www.apache.org/info/apache_users.html">http://www.apache.org/info/apache_users.html</A>
for an incomplete list of sites running Apache.</P>
<hr>
1.17 +6 -6 apache/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -C3 -r1.16 -r1.17
*** core.html 1996/12/03 07:31:36 1.16
--- core.html 1996/12/05 06:26:25 1.17
***************
*** 237,247 ****
specified. <p>
This option can be used as an alternative method for supporting
! <A HREF="virtual-host.html">virtual hosts</A> instead of using
<A HREF="#virtualhost"><VirtualHost></A> sections.<p><hr>
<p><strong>See Also:</strong>
! <a href="bind.html">Setting which addresses and ports Apache uses</a></p>
<A name="defaulttype"><h2>DefaultType directive</h2></A>
<!--%plaintext <?INDEX {\tt DefaultType} directive> -->
--- 237,247 ----
specified. <p>
This option can be used as an alternative method for supporting
! <A HREF="../virtual-host.html">virtual hosts</A> instead of using
<A HREF="#virtualhost"><VirtualHost></A> sections.<p><hr>
<p><strong>See Also:</strong>
! <a href="../bind.html">Setting which addresses and ports Apache uses</a></p>
<A name="defaulttype"><h2>DefaultType directive</h2></A>
<!--%plaintext <?INDEX {\tt DefaultType} directive> -->
***************
*** 371,377 ****
ErrorDocument 403 "Sorry can't allow you access today
</code></blockquote>
! See Also: <A HREF="custom-error.html">documentation of customizable
responses.</A><p><hr>
<A name="errorlog"><h2>ErrorLog directive</h2></A>
--- 371,377 ----
ErrorDocument 403 "Sorry can't allow you access today
</code></blockquote>
! See Also: <A HREF="../custom-error.html">documentation of customizable
responses.</A><p><hr>
<A name="errorlog"><h2>ErrorLog directive</h2></A>
***************
*** 746,752 ****
<dt>MultiViews
<dd>
<!--%plaintext <?INDEX {\tt MultiViews} option> -->
! <A HREF="content-negotiation.html">Content negotiated</A> MultiViews are
allowed.
<dt>SymLinksIfOwnerMatch
<dd>
--- 746,752 ----
<dt>MultiViews
<dd>
<!--%plaintext <?INDEX {\tt MultiViews} option> -->
! <A HREF="../content-negotiation.html">Content negotiated</A> MultiViews are
allowed.
<dt>SymLinksIfOwnerMatch
<dd>
***************
*** 1000,1006 ****
The ServerAlias directive sets the alternate names for a host, for use
with
! <a href="host.html">Host-header based virtual hosts</a>.
<p><hr>
--- 1000,1006 ----
The ServerAlias directive sets the alternate names for a host, for use
with
! <a href="../host.html">Host-header based virtual hosts</a>.
<p><hr>
***************
*** 1027,1033 ****
1.1 and later.<p>
The ServerAlias directive sets the legacy URL pathname for a host, for
! use with <a href="host.html">Host-header based virtual hosts</a>.
<hr>
<A name="serverroot"><h2>ServerRoot directive</h2></A>
--- 1027,1033 ----
1.1 and later.<p>
The ServerAlias directive sets the legacy URL pathname for a host, for
! use with <a href="../host.html">Host-header based virtual hosts</a>.
<hr>
<A name="serverroot"><h2>ServerRoot directive</h2></A>
1.4 +1 -1 apache/htdocs/manual/mod/mod_mime.html
Index: mod_mime.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_mime.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** mod_mime.html 1996/12/02 18:14:09 1.3
--- mod_mime.html 1996/12/05 06:26:26 1.4
***************
*** 73,79 ****
1.1 and later<p>
<p>AddHandler maps the filename extension <em>extension</em> to the
! <a href="handler.html">handler</a>
<em>handler-name</em>. For example, to activate CGI scripts
with the file extension "<code>.cgi</code>", you might use:
<pre>
--- 73,79 ----
1.1 and later<p>
<p>AddHandler maps the filename extension <em>extension</em> to the
! <a href="../handler.html">handler</a>
<em>handler-name</em>. For example, to activate CGI scripts
with the file extension "<code>.cgi</code>", you might use:
<pre>
1.6 +1 -1 apache/htdocs/manual/mod/mod_usertrack.html
Index: mod_usertrack.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_usertrack.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_usertrack.html 1996/12/03 23:19:44 1.5
--- mod_usertrack.html 1996/12/05 06:26:26 1.6
***************
*** 25,31 ****
this module does no logging at all. Instead, a configurable log
format file should be used to log user click-streams. This is possible
because the logging module now allows <a
! href="multilogs.html">multiple log files</a>. The cookie itself is
logged by using the text <tt>%{cookie}n </tt>
in the log file format. For example:
--- 25,31 ----
this module does no logging at all. Instead, a configurable log
format file should be used to log user click-streams. This is possible
because the logging module now allows <a
! href="../multilogs.html">multiple log files</a>. The cookie itself is
logged by using the text <tt>%{cookie}n </tt>
in the log file format. For example: