From 6a83cd096748b8d64a8f9091f13a888cd4cec913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz> Date: Fri, 2 Oct 2015 11:15:30 +0200 Subject: [PATCH] README mentions, that server is not thread safe and threaded Apache and/or WSGI needs some care --- warden3/warden_server/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/warden3/warden_server/README b/warden3/warden_server/README index b73e0cc..bc7efaa 100644 --- a/warden3/warden_server/README +++ b/warden3/warden_server/README @@ -84,6 +84,10 @@ C. Installation You may need to change paths to certificate/key/ca material, path to warden_server.wsgi and web path alias. + Also note that warden_server itself is NOT thread safe, so included + configuration expects Apache with mpm-prefork worker, or you will have + to configure mod_wsgi as separate process with threads=1. + Also, for warden_server.wsgi, you can use warden_server.wsgi.dist as a template. You will possibly need to change at least configuration file path. -- GitLab