diff options
Diffstat (limited to 'Mailman/Defaults.py.in')
| -rw-r--r-- | Mailman/Defaults.py.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 1840ad998..c50112162 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -732,10 +732,14 @@ LMTP_PORT = 8025 # CGI requests to this WSGI Server: # # ProxyPass /mailman/ http://localhost:2580/ -HTTP_HOST = 'localhost' -HTTP_PORT = 2580 +# +# XXX If you are running Apache 2.2, you will probably also want to set +# ProxyPassReverseCookiePath +# # Also you have to add following line to <prefix>/etc/mailman.cfg # QRUNNERS.append(('HTTPRunner', 1)) +HTTP_HOST = 'localhost' +HTTP_PORT = 2580 # After processing every file in the qrunner's slice, how long should the # runner sleep for before checking the queue directory again for new files? |
