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: pgpPPoMCwmJwf.pgp
Description: PGP signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux