summaryrefslogtreecommitdiffstats
path: root/server/setup/05-service-settings/srv/www/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-08-16 21:58:48 +0200
committerSven Gothel <[email protected]>2019-08-16 21:58:48 +0200
commita997c7562385efc2a574251ed28a2d0c9ef15d53 (patch)
tree1b838cbc4188358fe702edd2bd165f5e4af38a16 /server/setup/05-service-settings/srv/www/scripts
parentc2cfa56b5041844e675c987b3863f2673da88e5b (diff)
Server Update Apache php 7.3 configuration (user process)
Adding missing files
Diffstat (limited to 'server/setup/05-service-settings/srv/www/scripts')
-rwxr-xr-xserver/setup/05-service-settings/srv/www/scripts/php7-wrapper6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/setup/05-service-settings/srv/www/scripts/php7-wrapper b/server/setup/05-service-settings/srv/www/scripts/php7-wrapper
new file mode 100755
index 0000000..a7982e8
--- /dev/null
+++ b/server/setup/05-service-settings/srv/www/scripts/php7-wrapper
@@ -0,0 +1,6 @@
+#!/bin/sh
+PHPRC=/etc/php/7.3/cgi
+export PHPRC
+export PHP_FCGI_MAX_REQUESTS=5000
+export PHP_FCGI_CHILDREN=8
+exec /usr/lib/cgi-bin/php7.3