瀏覽代碼

Manifest for latest branch of graphene

dettanym 4 年之前
父節點
當前提交
ebb1242e2d
共有 1 個文件被更改,包括 14 次插入0 次删除
  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
+