Re: some help with document root for mailman lists

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxx
    # 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.

Attachment: pgpXeiblZ1Sy9.pgp
Description: PGP signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux