Revision 2 as of 2008-05-28 03:22:35

Clear message

1.14. Can I run Mailman under thttpd?

Yes, but not with symlinks.

  --<cut>--
  Subject: [Mailman-Users] thttpd
  From: Justin Sheehy &lt;justin@iago.org&gt;
  Date: Sat, 01 Dec 2001 13:20:42 -0500 (10:20 PST)
  To: barry@digicool.com (Barry A. Warsaw)
  Cc: mailman-users@python.org

  Several months ago I sent mail to mailman-users when I was trying to
  figure out how to get Mailman to run under thttpd.

  I figured it out fairly quickly, but forgot to post the answer back
  here.  I'm doing so now, for the benefit of others who might want to
  run Mailman on thttpd.

  I copied the cgi-bin directory from Mailman's install directory into a
  "mailman" subdirectory of the thttpd data directory.  This could be
  done with symlinks, but then you'd have to turn off some of thttpd's
  useful security checks.

  Then, I added this entry to the thttpd configuration file:

  cgipat=/mailman/**

  The double-asterisk is important.  Without it, thttpd will not process
  CGI requests of the sort that Mailman expects.

  That's all.  Mailman has been running flawlessly for me under thttpd
  for over four months now.

  -Justin
  --<cut>--

Contrary to this report, using symlinks, regardless of whether or not those symlinks go outside of the html tree (in which case use the nosymlinkcheck option), does not work, because thttpd (2.25b) processes the \\ wildcard incorrectly when a symlink is encountered.

Last changed on Sun Jan 7 04:39:49 2007 by Frank Cusack Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.