Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-05-27 13:23:18
Size: 1828
Editor: terri
Comment:
Revision 5 as of 2015-01-31 02:36:58
Size: 1632
Editor: msapiro
Comment: Removed FAQ Wizard last edited
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/4030663 #pragma page-filename DOC/versions/4030517
Line 3: Line 3:
Line 6: Line 7:
  --&lt;cut&gt;--   --<cut>--
Line 8: Line 9:
  From: Justin Sheehy &lt;justin@iago.org&gt;   From: Justin Sheehy <justin@iago.org>
Line 12: Line 13:
}}}
Line 14: Line 14:

{{{
Line 18: Line 16:
}}}
Line 20: Line 17:

{{{
Line 25: Line 20:
}}}
Line 27: Line 21:

{{{
Line 33: Line 25:
}}}
Line 35: Line 26:
  Then, I added this entry to the thttpd configuration file:
Line 36: Line 28:
{{{
  Then, I added this entry to the thttpd configuration file:
}}}
  cgipat=/mailman/**
Line 40: Line 30:

{{{
  cgipat=/mailman/**
}}}


{{{
Line 49: Line 32:
}}}
Line 51: Line 33:

{{{
Line 55: Line 35:
}}}
Line 57: Line 36:

{{{
Line 60: Line 37:
  --&lt;cut&gt;--   --<cut>--
Line 65: Line 42:
''Last changed on Sun Jan 7 04:39:49 2007 by'' Frank Cusack
<<Color2(
Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
Converted from the Mailman FAQ Wizard

This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

1.14. Can I run Mailman under thttpd?

Yes, but not with symlinks.

  --<cut>--
  Subject: [Mailman-Users] thttpd
  From: Justin Sheehy <justin@iago.org>
  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.

Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/Can I run Mailman under thttpd? (last edited 2015-01-31 02:36:58 by msapiro)