diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-02-07 20:36:30 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-02-07 20:36:30 +0000 |
commit | 52c85a77ac9106b6b4885935ecdefbf0a24a8493 (patch) | |
tree | 6f0e1c9ec8aa96d034e0bdf2145cb521a223a896 | |
parent | Changes implementing HA Proxy for Apache (diff) | |
download | config-52c85a77ac9106b6b4885935ecdefbf0a24a8493.tar.bz2 config-52c85a77ac9106b6b4885935ecdefbf0a24a8493.tar.xz config-52c85a77ac9106b6b4885935ecdefbf0a24a8493.zip |
Remove the footprint minimizing configuration, as it was breaking things (like to ability to stop)
-rw-r--r-- | etc/apache/httpd.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf index 3b8e25f..2005788 100644 --- a/etc/apache/httpd.conf +++ b/etc/apache/httpd.conf @@ -85,10 +85,6 @@ UseCanonicalName Off HostnameLookups Off FcgidMaxRequestsPerProcess 100 FcgidMinProcessesPerClass 1 -StartServers 1 -MaxSpareThreads 5 -MaxRequestWorkers 9 -ThreadsPerChild 3 SSLSessionCache shmcb:/run/apache2/ AddType application/x-httpd-php .php |