. APACHE_SERVERTOKENS??”This tells Apache how much information it delivers about
itself when asked. The default is the OS on which it is running. You can set this
higher or lower.
. APACHE_EXTENDED_STATUS??”You can get additional information in your server status
reports with this option turned on, but recording it will slow the server down some.
CHAPTER 26 Managing Web and FTP Servers 534
. APACHE_BUFFERED_LOGS??”Use this to get Apache to store several log entries in
memory and write them together to disk, rather than writing them after each
request. On some systems, this may result in more efficient disk access and hence
higher performance. It may be set only once for the entire server; it cannot be
configured per virtual host.
. APACHE_TIMEOUT??”This is how long, in seconds, Apache attempts to process a request
before giving up. By default, this is set at 300 seconds (5 minutes).
Additional Settings in httpd.conf
Most important Apache settings can be configured in /etc/sysconfig, but some must be
edited in Apache??™s own configuration file, /etc/Apache2/httpd.
Pages:
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034