Saving Your Settings; Additional Resources; Installed Documentation; Useful Websites - Red Hat ENTERPRISE LINUX 4 System Administration Manual

Hide thumbs Also See for ENTERPRISE LINUX 4:
Table of Contents

Advertisement

Chapter 24. Apache HTTP Server Configuration
If you uncheck the Allow Persistent Connections option, the
If you check it, the
KeepAlive
set to the number that is selected as the Timeout for next Connection value. This directive sets
the number of seconds your server waits for a subsequent request, after a request has been served,
before it closes the connection. Once a request has been received, the Connection Timeout value
applies instead.
Setting the Persistent Connections to a high value may cause the server to slow down, depending
on how many users are trying to connect to it. The higher the number, the more server processes are
waiting for another connection from the last client that connected to it.

24.6. Saving Your Settings

If you do not want to save your Apache HTTP Server configuration settings, click the Cancel button
in the bottom right corner of the HTTP Configuration Tool window. You are prompted to confirm this
decision. If you click Yes to confirm this choice, your settings are not saved.
If you want to save your Apache HTTP Server configuration settings, click the OK button in the
bottom right corner of the HTTP Configuration Tool window. A dialog window appears. If you answer
Yes, your settings are saved in /etc/httpd/conf/httpd.conf. Remember that your original
configuration file is overwritten with your new settings.
If this is the first time that you have used the HTTP Configuration Tool, a dialog window appears,
warning you that the configuration file has been manually modified. If the HTTP Configuration Tool
detects that the httpd.conf configuration file has been manually modified, it saves the manually
modified file as /etc/httpd/conf/httpd.conf.bak.
Important
After saving your settings, you must restart the httpd daemon with the command
service httpd restart. You must be logged in as root to execute this command.

24.7. Additional Resources

To learn more about the Apache HTTP Server, refer to the following resources.

24.7.1. Installed Documentation

• /usr/share/docs/httpd-<version>/migration.html — The Apache Migration HOWTO
document contains a list of changes from version 1.3 to version 2.0 as well as information about
how to migration the configuration file manually.

24.7.2. Useful Websites

http://www.apache.org/
http://httpd.apache.org/docs-2.0/
HTTP Server version 2.0, including the Apache HTTP Server Version 2.0 User's Guide.
39
http://httpd.apache.org/docs-2.0/mod/core.html#keepalive
40
http://httpd.apache.org/docs-2.0/mod/core.html#keepalive
41
http://httpd.apache.org/docs-2.0/mod/core.html#keepalivetimeout
250
40
directive is set to true, and the
— The Apache Software Foundation.
— The Apache Software Foundation's documentation on Apache
39
directive is set to false.
KeepAlive
KeepAliveTimeout
41
directive is

Advertisement

Table of Contents
loading

Table of Contents