On Thu, 2009-02-19 at 15:55 -0600, Tim Ferguson wrote:
> I've tried all the different TID's and FAQs for the "webinterface not
> activated error" without luck.  Any other ideas or suggestions would
> be appreciated.

It sounds as if you're using a SuSE high-level interface to set up and
test for the presence of, and correct configuration of Mailman.
Generally a somewhat more hands-on approach is required in order to get
Mailman set up right.  Check ~mailman/Mailman/mm_cfg.py and see if your
domain is listed in an add_virtualhost call.  Do you have apache set up
so that the the mailman directory is a proper alias?  This generally
requires something like:

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

plus a couple of other configuration stanzas somewhere in apache's
config file inclusion tree.

The above example is from Gentoo Linux, but something similar will need
to be set up by any distribution which implements Mailman.

-- 
Lindsay Haisley       | "Never expect the people who caused a problem
FMP Computer Services |  to solve it." (Albert Einstein)
512-259-1190          |        
http://www.fmp.com    |

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to