summaryrefslogtreecommitdiff
path: root/docs/manual/install.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1997-07-06 17:19:19 +0000
committerKen Coar <coar@apache.org>1997-07-06 17:19:19 +0000
commit87226ebeb806ec2a617bcb4cad5a8132f61d4288 (patch)
tree95a0894cadc66264033bcdfb132d6e1293640d8f /docs/manual/install.html
parentaf3a6b9524b1be4506b0eaa73cf472e9d0f286b0 (diff)
downloadhttpd-87226ebeb806ec2a617bcb4cad5a8132f61d4288.tar.gz
More HTML cleanups, retrofit of intentional <XA> tag to a no-op
<A NAME> (thanks, Marc). Lots of trailing blanks removed throughout. Small addition to the new_features_1_3 page. Plenty of cleanup still to come.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/install.html')
-rw-r--r--docs/manual/install.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/install.html b/docs/manual/install.html
index 7708168443..4fd47288f0 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -28,7 +28,7 @@ Information on the latest version of Apache can be found on the Apache
web server at <A
HREF="http://www.apache.org/">http://www.apache.org/</A>. This will
list the current release, any more recent beta-test release, together
-with details of mirror web and anonymous ftp sites.
+with details of mirror web and anonymous ftp sites.
<P>
@@ -153,7 +153,7 @@ file to at least set the base cases of access.
In addition to these three files, the server behavior can be configured
on a directory-by-directory basis by using <CODE>.htaccess</CODE>
-files in directories accessed by the server.
+files in directories accessed by the server.
<H3>Starting and Stopping the Server</H3>
@@ -170,7 +170,7 @@ location with the -f argument. For example:
If all goes well this will return to the command prompt almost
immediately. This indicates that the server is now up and running. If
anything goes wrong during the initialization of the server you will
-see an error message on the screen.
+see an error message on the screen.
If the server started ok, you can now use your browser to
connect to the server and read the documentation. If you are running
@@ -187,7 +187,7 @@ Note that when the server starts it will create a number of
<i>child</i> processes to handle the requests. If you started Apache
as the root user, the parent process will continue to run as root
while the children will change to the user as given in the httpd.conf
-file.
+file.
<P>