Created
July 24, 2013 13:15
-
-
Save fishnix/6070478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@vm-d7prdapp-01 ~]# diff /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf_1371473484_Mon_Jun_17_08_52_04_2013_.cf-before-edit | |
| 80c80 | |
| < KeepAlive Off | |
| --- | |
| > KeepAlive $(httpd.keepalive_KeepAlive) | |
| 87c87 | |
| < MaxKeepAliveRequests 100 | |
| --- | |
| > MaxKeepAliveRequests $(httpd.keepalive_MaxKeepAliveRequests) | |
| 93c93 | |
| < KeepAliveTimeout 15 | |
| --- | |
| > KeepAliveTimeout $(httpd.keepalive_KeepAliveTimeout) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment