[Pkg-mailman-hackers] Pkg-mailman commit - rev 312 - trunk/debian

Hector Garcia hector at costa.debian.org
Fri Aug 11 09:31:39 UTC 2006


Author: hector
Date: 2006-08-11 09:31:38 +0000 (Fri, 11 Aug 2006)
New Revision: 312

Modified:
   trunk/debian/README.Debian
   trunk/debian/changelog
Log:
Documented apache + suexec working case


Modified: trunk/debian/README.Debian
===================================================================
--- trunk/debian/README.Debian	2006-08-11 09:28:49 UTC (rev 311)
+++ trunk/debian/README.Debian	2006-08-11 09:31:38 UTC (rev 312)
@@ -23,6 +23,13 @@
 installing only templates for languages used at your site in
 /etc/mailman (mailman/site_languages).
 
+Apache + suexec
+---------------
+
+Since suexec forbids execution of CGIs with gid < 50 and www-data (the default
+for mailman cgi) is 33, you should execute the cgi with a gid of 50-99 or 65534.
+It cannot be any other gid since mailman cgi check that gid < 100 and != 65534.
+
 Savannah
 --------
 Mailman now includes a savannah plugin, courtesy of Guillaume Morin.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-08-11 09:28:49 UTC (rev 311)
+++ trunk/debian/changelog	2006-08-11 09:31:38 UTC (rev 312)
@@ -20,6 +20,7 @@
     too many files (Closes: #366102)
   * Added a slash to the end of DEFAULT_URL_PATTERN on mm_cfg.py 
     (Closes: #365881)
+  * Documented on README.Debian the apache + suexec case. (Closes: #360905)
 
   [ Riccardo Setti ]
   * epoch 1. Now people should upgrade mailman without problems. (closes: #366438)
@@ -34,7 +35,7 @@
   * Bumped debhelper compatibily to 5.
    - modified debian/control to reflect this change.
 
- -- Hector Garcia <hector at debian.org>  Fri, 11 Aug 2006 11:26:01 +0200
+ -- Hector Garcia <hector at debian.org>  Fri, 11 Aug 2006 11:30:01 +0200
 
 mailman (0:2.1.8-1) unstable; urgency=low
 




More information about the Pkg-mailman-hackers mailing list