summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-11-17 13:34:54 +0000
committerjkh <jkh@FreeBSD.org>1995-11-17 13:34:54 +0000
commitd6a86f8282c46d23bd69d2ccd1f1e009d4ce643b (patch)
tree2c217511e2dc8a91caf82b3cb1354eec3a3deb94 /release
parent6a1863f80c26f13c80a8056bb239c86a35f53732 (diff)
downloadFreeBSD-src-d6a86f8282c46d23bd69d2ccd1f1e009d4ce643b.zip
FreeBSD-src-d6a86f8282c46d23bd69d2ccd1f1e009d4ce643b.tar.gz
Remove tabs, argh!
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/help/apache.hlp76
1 files changed, 38 insertions, 38 deletions
diff --git a/release/sysinstall/help/apache.hlp b/release/sysinstall/help/apache.hlp
index 6edc347..3880ddd 100644
--- a/release/sysinstall/help/apache.hlp
+++ b/release/sysinstall/help/apache.hlp
@@ -2,48 +2,48 @@ There are two sets of options that the Apache HTTP Server needs.
The first set covers how it operates. These are as follows:
- The "HostName" field is the name of this host, as it is
- reported to each client connection. Normally, the fully
- qualified domain name of the host running the server is
- returned. If you want this set to something else, however,
- (usually "www.my.domain") then this can be entered here.
-
- Additionally, the server needs to know how many connections
- are allowed at one time - this is the "Max Connections"
- field. If more than this number of clients attempt to connect
- at once, the additional connections will be refused. This is
- used to limit how much system load will be imposed by the HTTP
- server.
-
- The "Email Address" field is the address of the person (or
- system alias) who is the administrator for this web site. In
- addition to being used by the Apache Server itself, it is also
- put at the bottom of the sample web page that is created.
-
- Finally, the "Default User" and "Default Group" fields specify
- what user id and group id should be used by the server for
- remote connections. Local connections are kept as the UID and
- GID of the local process.
+ The "HostName" field is the name of this host, as it is
+ reported to each client connection. Normally, the fully
+ qualified domain name of the host running the server is
+ returned. If you want this set to something else, however,
+ (usually "www.my.domain") then this can be entered here.
+
+ Additionally, the server needs to know how many connections
+ are allowed at one time - this is the "Max Connections"
+ field. If more than this number of clients attempt to connect
+ at once, the additional connections will be refused. This is
+ used to limit how much system load will be imposed by the HTTP
+ server.
+
+ The "Email Address" field is the address of the person (or
+ system alias) who is the administrator for this web site. In
+ addition to being used by the Apache Server itself, it is also
+ put at the bottom of the sample web page that is created.
+
+ Finally, the "Default User" and "Default Group" fields specify
+ what user id and group id should be used by the server for
+ remote connections. Local connections are kept as the UID and
+ GID of the local process.
The second set of options determine what information is made available
to each client:
- The "Document Root Path" is the top of the tree of documents
- that are made avaliable. For example, if the value is
- "/usr/web", then the URL "http://www.foo.com/doc.html" would
- translate as "/usr/web/doc.html".
-
- Similarly, the "User Directory" is the location in each user's
- home directory where their public web documents are
- stored. Thus if the value if this is "Public", then the URL
- "http://www.foo.com/~joe/doc" would translate to the path
- "~joe/Public/doc".
-
- Finally, if the URL points to a directory, there is always a
- "Default Document" that Apache will use. This field holds the
- name (not the path) of this document. By default, Apache uses
- the file "index.html". However, some sites may be more used to
- using the file "welcome.html".
+ The "Document Root Path" is the top of the tree of documents
+ that are made avaliable. For example, if the value is
+ "/usr/web", then the URL "http://www.foo.com/doc.html" would
+ translate as "/usr/web/doc.html".
+
+ Similarly, the "User Directory" is the location in each user's
+ home directory where their public web documents are
+ stored. Thus if the value if this is "Public", then the URL
+ "http://www.foo.com/~joe/doc" would translate to the path
+ "~joe/Public/doc".
+
+ Finally, if the URL points to a directory, there is always a
+ "Default Document" that Apache will use. This field holds the
+ name (not the path) of this document. By default, Apache uses
+ the file "index.html". However, some sites may be more used to
+ using the file "welcome.html".
There are a number of other options that can be configured with
Apache, such as path aliases, masquerading as multiple hosts, server
OpenPOWER on IntegriCloud