Commit 7bd75795 authored by Joshua Slive's avatar Joshua Slive
Browse files

Fix a few broken links.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87071 13f79535-47bb-0310-9956-ffa450edef68
parent 09e2581a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ Interoperability problems have led to the introduction of
mechanisms to modify the way Apache behaves when talking to particular
clients. To make these mechanisms as flexible as possible, they
are invoked by defining environment variables, typically with
<A HREF="mod/mod_browser.html#browsermatch">BrowserMatch</A>, though
<A HREF="mod/mod_setenvif.html#browsermatch">BrowserMatch</A>, though
<A HREF="mod/mod_env.html#setenv">SetEnv</A> and
<A HREF="mod/mod_env.html#passenv">PassEnv</A> could also be used, for
example.
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ Interoperability problems have led to the introduction of
mechanisms to modify the way Apache behaves when talking to particular
clients. To make these mechanisms as flexible as possible, they
are invoked by defining environment variables, typically with
<A HREF="mod/mod_browser.html#browsermatch">BrowserMatch</A>, though
<A HREF="mod/mod_setenvif.html#browsermatch">BrowserMatch</A>, though
<A HREF="mod/mod_env.html#setenv">SetEnv</A> and
<A HREF="mod/mod_env.html#passenv">PassEnv</A> could also be used, for
example.
+3 −3
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

This document covers compilation and installation of Apache on Unix
systems only. For compiling and installation on Windows, see <A
HREF="windows.html">Using Apache with Microsoft Windows</A> and for
TPF see <A HREF="install-tpf.html">Installing the Apache 1.3 HTTP
HREF="platform/windows.html">Using Apache with Microsoft Windows</A> and for
TPF see <A HREF="platform/install-tpf.html">Installing the Apache 1.3 HTTP
Server on TPF</A>.

<P>

UnixWare users will want to consult <A HREF="unixware.html">build notes</A>
UnixWare users will want to consult <A HREF="platform/unixware.html">build notes</A>
for various UnixWare versions before compiling.

<H2>Downloading Apache</H2>
+3 −3
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

This document covers compilation and installation of Apache on Unix
systems only. For compiling and installation on Windows, see <A
HREF="windows.html">Using Apache with Microsoft Windows</A> and for
TPF see <A HREF="install-tpf.html">Installing the Apache 1.3 HTTP
HREF="platform/windows.html">Using Apache with Microsoft Windows</A> and for
TPF see <A HREF="platform/install-tpf.html">Installing the Apache 1.3 HTTP
Server on TPF</A>.

<P>

UnixWare users will want to consult <A HREF="unixware.html">build notes</A>
UnixWare users will want to consult <A HREF="platform/unixware.html">build notes</A>
for various UnixWare versions before compiling.

<H2>Downloading Apache</H2>
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ not recommended.

On Windows, Apache is normally run as a service on Windows NT, or as a
console application on Windows 95. See also <A
HREF="windows.html#run">running Apache for Windows</A>.
HREF="platform/windows.html#run">running Apache for Windows</A>.

<H2>Command line options</H2>
The following options are recognized on the httpd command line:
Loading