aboutsummaryrefslogtreecommitdiffstats
path: root/testing/litespeed/config.patch
blob: 427b055ab9dc307420af79030ed120b6deb3f75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--- a/dist/conf/httpd_config.conf.in
+++ b/dist/conf/httpd_config.conf.in
@@ -20,7 +20,7 @@
 indexFiles                       index.html, index.php
 
 errorlog $SERVER_ROOT/logs/error.log {
-        logLevel             DEBUG
+        logLevel             INFO
         debugLevel           0
         rollingSize          10M
         enableStderrLog      1
@@ -115,9 +115,9 @@
 	deny
 }
  
-extProcessor lsphp5{
+extProcessor lsphp7{
     type                            lsapi 
-    address                         uds://tmp/lshttpd/lsphp.sock 
+    address                         uds://tmp/lshttpd/lsphp7.sock 
     maxConns                        35 
     env                             PHP_LSAPI_MAX_REQUESTS=500 
     env                             PHP_LSAPI_CHILDREN=35 
@@ -127,7 +127,7 @@
     pcKeepAliveTimeout
     respBuffer                      0 
     autoStart                       1 
-    path                            $SERVER_ROOT/fcgi-bin/lsphp5 
+    path                            $SERVER_ROOT/fcgi-bin/lsphp7 
     backlog                         100 
     instances                       1 
     priority                        0 
@@ -138,7 +138,7 @@
 }
 
 scriptHandler{
-    add lsapi:lsphp5  php
+    add lsapi:lsphp7  php
 }
 
 railsDefaults{