Last active
July 29, 2016 02:34
-
-
Save muhfaris/31dc06456905dc8fb237260ba86527c2 to your computer and use it in GitHub Desktop.
apache 2.4 httpd.conf - vps ram 1gb swap 1gb
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
Timeout 150 | |
TraceEnable Off | |
ServerSignature Off | |
ServerTokens ProductOnly | |
FileETag None | |
StartServers 3 | |
<IfModule prefork.c> | |
MinSpareServers 5 | |
MaxSpareServers 10 | |
</IfModule> | |
ServerLimit 64 | |
MaxRequestWorkers 64 | |
MaxConnectionsPerChild 1000 | |
KeepAlive On | |
KeepAliveTimeout 2 | |
MaxKeepAliveRequests 25 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment