some help with document root for mailman lists

Todd Zullinger tmz at pobox.com
Wed Jul 4 21:47:09 UTC 2007


Scott Berry wrote:
> I am trying to create "lists.pilotalk.com" for myh mailman mailing
> lists.  Would some one either be kind enough to send me a copy of
> their apache configuration file to look at so I can see how you tell
> the "VirtualHost" in Apache where the document root is for mailman
> please?

The Fedora mailman package installs /etc/httpd/conf.d/mailman.conf,
which contains the right mailman config.  It should just work without
any twiddling.  If you do need to copy some of it into a particular
VirtualHost so that you can tweak it, it should serve as a good
starting point.

As far as the VirtualHost directive, I've got this on an older apache
server:

<VirtualHost *>
    ServerName          lists.example.com
    ServerAdmin         listman at example.com
    # redirect queries to / or /mailman to the listinfo page
    RedirectMatch       ^/(mailman[/]+)?$ http://lists.example.com/mailman/listinfo
</VirtualHost>

The settings from /etc/httpd/conf.d/mailman.conf take care of the
other details.

Also, ff you haven't already, take a look at the packages install doc
to make sure you've followed the needed setup steps:

    /usr/share/doc/mailman-2.1.9/INSTALL.REDHAT

(Mailman is one of those packages that needs some finishing work after
the package is installed.)

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A baby first laughs at the age of four weeks.  By that time his eyes
focus well enough to see you clearly.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 542 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20070704/2c6d700b/attachment-0001.sig>


More information about the fedora-list mailing list