Index: trunk/doc/book/book/ch05.xml
===================================================================
--- trunk/doc/book/book/ch05.xml
+++ trunk/doc/book/book/ch05.xml 2002-10-29 11:06:33.000000000 -0800
@@ -412,7 +412,7 @@
You can accomplish the first two items by either
- building httpd and Subversion from source code, or by
+ building the Apache HTTP Server and Subversion from source code, or by
installing a binary packages on your system. The second
appendix of this document contains more detailed
instructions on doing this. (http://hostname/repos/foorepo
would automatically be accessible without having to
change httpd.conf or restart
- httpd.
+ the Apache HTTP Server.
Note that this simple <Location>
setup starts life with no access restrictions at
@@ -488,8 +488,8 @@
a repository as a whole, you can use Apache's built-in
access control features.
- First, create an empty file that will hold httpd
- usernames and passwords. Place names and crypted
+ First, create an empty file that will hold Apache HTTP
+ Server usernames and passwords. Place names and crypted
passwords into this file like so:
@@ -590,7 +590,7 @@
class="url">http://httpd.apache.org/docs-2.0/mod/directives.html.)
You can test your exported repository by firing up
- httpd:
+ the Apache HTTP Server:
$ /usr/local/apache2/bin/apachectl stop
@@ -609,7 +609,7 @@
The most common reason this might fail is permission
problems reading the repository db files. Make sure that
the user nobody (or whatever
- UID the httpd process runs as) has
+ UID the Apache HTTP Server process runs as) has
permission to read and write the Berkeley DB files! This
is a very common problem.
@@ -971,9 +971,9 @@
- Note that the hooks must be executable by the user who
- will invoke them (commonly the user httpd runs as), and
- that same user needs to be able to access the
+ Note that the hooks must be executable by the user who will
+ invoke them (commonly the user the Apache HTTP Server runs as),
+ and that same user needs to be able to access the
repository.
The pre-commit and