summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorbwarsaw2006-10-30 02:56:10 +0000
committerbwarsaw2006-10-30 02:56:10 +0000
commit0e306bb5b88fe02d83f9964c90177491602fa158 (patch)
tree71244e23072953105f7b21689d98c6214d0b3b84 /Mailman/Defaults.py.in
parent3256c431e7bf966d3de49e4dc31dd01d57ffb02f (diff)
downloadmailman-0e306bb5b88fe02d83f9964c90177491602fa158.tar.gz
mailman-0e306bb5b88fe02d83f9964c90177491602fa158.tar.zst
mailman-0e306bb5b88fe02d83f9964c90177491602fa158.zip
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r--Mailman/Defaults.py.in8
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?