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
participants (1)
-
Daniel O'Connor