Browse Source

Extra stuff to append to httpd.conf

Miti Mazmudar 4 years ago
parent
commit
5aad6d8b2b
1 changed files with 14 additions and 0 deletions
  1. 14 0
      httpd.conf

+ 14 - 0
httpd.conf

@@ -0,0 +1,14 @@
+<IfModule mpm_prefork_module>
+    StartServers             1
+    MinSpareServers          1
+    MaxSpareServers          1
+    MaxConnectionsPerChild   0
+</IfModule>
+
+
+<IfModule mime_module>
+    AddType application/x-httpd-php .php
+</IfModule>
+
+AcceptFilter http none
+