Re: some help with document root for mailman lists

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

 



Andy and Todd,

Great help but one question for you Todd the redirect doesn't work quite right when going from http://lists.pilotalk.com it brings up my web site rather than the mailman lists. Other than that everything went sweet. I actually combined Andy[s and Todd's virtual hosts in to one to get the best of both worlds and meet all the requirements for Mailman and this seems to be the only line that does not work. ----- Original Message ----- From: "Andy Green" <andy@xxxxxxxxxxx>
To: "For users of Fedora" <fedora-list@xxxxxxxxxx>
Sent: Wednesday, July 04, 2007 4:48 PM
Subject: Re: some help with document root for mailman lists


Frank Cox wrote:
On Wed, 04 Jul 2007 16:18:06 -0500
Scott Berry <sberry@xxxxxxxxxxx> 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?

<VirtualHost *:80>
DocumentRoot /home/www
</Virtualhost>

<VirtualHost 192.168.0.5:80>
ServerAdmin webmaster@xxxxxxxxxxx
DocumentRoot /home/www
ServerName www.example.com
</VirtualHost>

Mailman needs some extra magic inside the VirtualHost block

<VirtualHost whatever.com:80>

...

ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
<Directory /usr/lib/mailman/cgi-bin/>
   AllowOverride None
   Options ExecCGI
   Order allow,deny
   Allow from all
</Directory>

Alias /pipermail/ /var/lib/mailman/archives/public/
<Directory /var/lib/mailman/archives/public>
   Options Indexes MultiViews FollowSymLinks
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

</VirtualHost>

-Andy

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.9.14/885 - Release Date: 7/3/2007 10:02 AM



--
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