|
PrimeAlert®
for Apache Web Server
Version 1.0.0
|
|
Configuration Section - Main Server Configuration

Figure 6 - Configuration - Main Server Configuration Section
Main Server Configuration
The Main Server Configuration section displays configuration data for the main server for your
Apache Web Server. The data fields in the Main Server Configuration table are described below:
- DocumentRoot - The directory from which Apache will serve files.
- ErrorLog - The name of the file to which the server will log any errors.
- Group - Unix group of HTTP daemons.
- SendBufferSize - Sets the TCP buffer size.
- ServerAdmin - The e-mail address included in any error messages it returns to the client.
- ServerName - The hostname of the server.
- User - The userid of HTTP daemons.
Proxy Configuration
The Proxy Configuration table displays the configuration data for your proxy server. The data
fields in the Proxy Configuration table are described below:
- CacheDefaultExpire - The number of hours to be used as the expiry time if the document that is fetched is via a protocol that does not support expiry time.
- CacheForceCompletion - The percentage after which a transfer to cache will be completed.
- CacheGCInterval - The number of hours after which files will be deleted if space usage is greater than that set by the CacheSize directive.
- CacheMaxExpire - The maximum number of hours for which cachable HTTP documents will be retained without checking the origin server.
- CacheRoot - The directory containing the cache files.
- CacheSize - The desired space usage of the cache in KB.
- DocumentRoot - The directory from which Apache will serve files.
- Port - The port on which the server listens. This is also used in when generating a URL that refers to itself.
- ProxyDomain - The default domain to which the Apache proxy server will belong. For use only within intranets.
- ProxyReceiveBufferSize - Specifies a buffer size for outgoing HTTP and FTP connections.
- ProxyRequests - Number of proxy requests.
|