Browse Source

Manifest for latest branch of graphene

dettanym 4 years ago
parent
commit
ebb1242e2d
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
+