Skip to content

Instantly share code, notes, and snippets.

@caovillanueva
Last active March 23, 2018 18:00
Show Gist options
  • Save caovillanueva/6a7f592a502e75c62325118cbf059195 to your computer and use it in GitHub Desktop.
Save caovillanueva/6a7f592a502e75c62325118cbf059195 to your computer and use it in GitHub Desktop.
[More fast server]Try using the follow lines in apache.conf #htaccess
edit httpd.conf and disable the loading of the CGI module by commenting this line:
LoadModule cgi_module modules/mod_cgi.so
# Make the server more faster CAO
AcceptFilter http none
AcceptFilter https none
HostnameLookups Off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment