Sfoglia il codice sorgente

Extra stuff to append to httpd.conf

Miti Mazmudar 4 anni fa
parent
commit
5aad6d8b2b
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  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
+