aboutsummaryrefslogtreecommitdiffstats
path: root/testing/litespeed/config.patch
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-02-21 02:43:04 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-02-22 11:29:39 +0000
commitfa2ced42fee209bf3a035c8aa869c2020a783961 (patch)
tree1e2757dc5099e20c39c5e7df34382d7dd3242266 /testing/litespeed/config.patch
parent11a8303416d4855e568bef08640e0b9c0e136406 (diff)
downloadaports-fa2ced42fee209bf3a035c8aa869c2020a783961.tar.bz2
aports-fa2ced42fee209bf3a035c8aa869c2020a783961.tar.xz
testing/litespeed: new aport
High-performance, lightweight, open source HTTP server with web-gui https://open.litespeedtech.com/
Diffstat (limited to 'testing/litespeed/config.patch')
-rw-r--r--testing/litespeed/config.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/litespeed/config.patch b/testing/litespeed/config.patch
new file mode 100644
index 0000000000..427b055ab9
--- /dev/null
+++ b/testing/litespeed/config.patch
@@ -0,0 +1,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{