Skip to content

Instantly share code, notes, and snippets.

@fishnix
Created July 24, 2013 13:15
Show Gist options
  • Select an option

  • Save fishnix/6070478 to your computer and use it in GitHub Desktop.

Select an option

Save fishnix/6070478 to your computer and use it in GitHub Desktop.
[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