I believe this question was answered several times. I searched the archive
and tried everything. I am running bsd 2.8. Just installed mailman 2.0.5.
Everthing works fine. I can create list, send message. But the web interface
doesnt work. When to go to 
http://myserver/mailman/listinfo/listname. I get page cannot be found error.

I added this lines to httpd.conf. Any help will be great!. thanks


ScriptAlias /mailman/       "$home/mailman/cgi-bin/"
  
<Directory /home/mailman/cgi-bin/>
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>
  Alias /pipermail/ "$home/mailman/archives/public/"

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to