Skip to content

Instantly share code, notes, and snippets.

@muhfaris
Last active July 29, 2016 02:34
Show Gist options
  • Save muhfaris/31dc06456905dc8fb237260ba86527c2 to your computer and use it in GitHub Desktop.
Save muhfaris/31dc06456905dc8fb237260ba86527c2 to your computer and use it in GitHub Desktop.
apache 2.4 httpd.conf - vps ram 1gb swap 1gb
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