On Mon, 4 Jul 2005 10:05, Matt Singerman wrote: > I installed Mailman on a FreeBSD system from the ports collection; > however, I cannot get the webpages to display properly. The mailman > directory does not appear under the document root. Where can I find > the necessary files, and how do I configure this properly?
You need to add something like this to your apache config
# Mailman
Alias /pipermail "/usr/local/mailman/archives/public/"
ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"
<Directory /usr/local/mailman/cgi-bin>
Options FollowSymLinks ExecCGI
</Directory>
Read this file for more info
/usr/local/share/doc/mailman/FreeBSD-post-install-notes
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
pgpVLVYmUPhnY.pgp
Description: PGP signature
------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
