[odrs-web/oscp] Revert "Workaround a mod_wsgi crash"



commit a5abe530096a0940d633ca803a8aef002e7bfb19
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 22:13:00 2018 +0100

    Revert "Workaround a mod_wsgi crash"
    
    This reverts commit babaaf5897c3dd28bd9fb6f2935bc125d81fd32c.

 odrs.gnome.org.conf | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/odrs.gnome.org.conf b/odrs.gnome.org.conf
index 938a7fc..4356f58 100644
--- a/odrs.gnome.org.conf
+++ b/odrs.gnome.org.conf
@@ -1,7 +1,3 @@
-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
@@ -16,6 +12,9 @@ WSGIProcessGroup odrs.gnome.org
 
     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]