From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804 Galeon/1.3.17 Description of problem: For the keepalive option in /etc/httpd/conf/httpd.conf system-config-httpd sets a value of false whereas the documentation (and comment above) say it should be off. Version-Release number of selected component (if applicable): system-config-httpd-1.3.1-1 How reproducible: Always Steps to Reproduce: 1. Read http://httpd.apache.org/docs-2.0/mod/core.html#keepalive and note the syntasx for Keepalive is "On|Off" 2. Run system-config-httpd and OK a settings change 3. Look inside /etc/httpd/conf/httpd.conf for the Keepalive option Actual Results: KeepAlive false Expected Results: KeepAlive Off Additional info:
*** This bug has been marked as a duplicate of 153039 ***