From 5775d2788d765db2ea85efeb346f51064ab18459 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 1 Aug 2015 00:24:21 -0500 Subject: [PATCH] reverted apache processes=1 --- scripts/setup-web2py-centos7.sh | 2 +- scripts/setup-web2py-fedora-ami.sh | 2 +- scripts/setup-web2py-fedora.sh | 2 +- scripts/setup-web2py-ubuntu.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/setup-web2py-centos7.sh b/scripts/setup-web2py-centos7.sh index 4d28ac06..6b74400a 100644 --- a/scripts/setup-web2py-centos7.sh +++ b/scripts/setup-web2py-centos7.sh @@ -195,7 +195,7 @@ NameVirtualHost *:80 NameVirtualHost *:443 - WSGIDaemonProcess web2py user=apache group=apache processes=1 threads=1 + WSGIDaemonProcess web2py user=apache group=apache WSGIProcessGroup web2py WSGIScriptAlias / /opt/web-apps/web2py/wsgihandler.py WSGIPassAuthorization On diff --git a/scripts/setup-web2py-fedora-ami.sh b/scripts/setup-web2py-fedora-ami.sh index f7382d0e..5ef2acaf 100755 --- a/scripts/setup-web2py-fedora-ami.sh +++ b/scripts/setup-web2py-fedora-ami.sh @@ -299,7 +299,7 @@ NameVirtualHost *:80 NameVirtualHost *:443 - WSGIDaemonProcess web2py user=apache group=apache processes=1 threads=1 + WSGIDaemonProcess web2py user=apache group=apache WSGIProcessGroup web2py WSGIScriptAlias / /opt/web-apps/web2py/wsgihandler.py diff --git a/scripts/setup-web2py-fedora.sh b/scripts/setup-web2py-fedora.sh index 5566e95d..801ce8ea 100644 --- a/scripts/setup-web2py-fedora.sh +++ b/scripts/setup-web2py-fedora.sh @@ -301,7 +301,7 @@ NameVirtualHost *:80 NameVirtualHost *:443 - WSGIDaemonProcess web2py user=apache group=apache processes=1 threads=1 + WSGIDaemonProcess web2py user=apache group=apache WSGIProcessGroup web2py WSGIScriptAlias / /opt/web-apps/web2py/wsgihandler.py WSGIPassAuthorization On diff --git a/scripts/setup-web2py-ubuntu.sh b/scripts/setup-web2py-ubuntu.sh index 01682d1a..f9c9f417 100644 --- a/scripts/setup-web2py-ubuntu.sh +++ b/scripts/setup-web2py-ubuntu.sh @@ -84,7 +84,7 @@ openssl x509 -noout -fingerprint -text < /etc/apache2/ssl/self_signed.cert > /et echo "rewriting your apache config file to use mod_wsgi" echo "=================================================" echo ' -WSGIDaemonProcess web2py user=www-data group=www-data processes=1 threads=1 +WSGIDaemonProcess web2py user=www-data group=www-data