[odrs-web/oscp] Workaround a mod_wsgi crash



commit babaaf5897c3dd28bd9fb6f2935bc125d81fd32c
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 22:12:53 2018 +0100

    Workaround a mod_wsgi crash

 odrs.gnome.org.conf | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/odrs.gnome.org.conf b/odrs.gnome.org.conf
index 4356f58..938a7fc 100644
--- a/odrs.gnome.org.conf
+++ b/odrs.gnome.org.conf
@@ -1,3 +1,7 @@
+LogLevel warn
+WSGIDaemonProcess odrs.gnome.org processes=10 threads=15 maximum-requests=100 user=odrs group=odrs
+WSGIProcessGroup odrs.gnome.org
+
 <VirtualHost *:8443>
     ServerName  odrs.gnome.org 
     DocumentRoot /odrs-web
@@ -12,9 +16,6 @@
 
     WSGIScriptAlias / /odrs-web/odrs.wsgi
 
-    WSGIDaemonProcess odrs.gnome.org processes=10 threads=15 maximum-requests=100 user=odrs group=odrs
-    WSGIProcessGroup odrs.gnome.org
-
     SetEnv ODRS_REVIEWS_SECRET replace_odrs_secret
     SetEnv MYSQL_DB_USERNAME replace_odrs_username
     SetEnv MYSQL_DB_PASSWORD replace_odrs_password


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]