Explorar o código

Extra stuff to append to httpd.conf

Miti Mazmudar %!s(int64=4) %!d(string=hai) anos
pai
achega
5aad6d8b2b
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  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
+