diff --git a/warden3/warden_server/README b/warden3/warden_server/README index b73e0cc5215411c00f6c6b00a0b3c8c8c44db573..bc7efaafae7e60787ae9a7e864813d14af666a68 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.