mailman 2.1.5-1 (debian)

I've gotten mailman installed and working, but I can't figure out how
to set up the web interface.  I'm using apache2, and typically mailman
should install a basic example config in /etc/apache2/sites-available.

I've attached what I've come up with so far. It doesn't work.

I'm sorry to post what must seem like a stupid question, but I've
spent a few hours searching the FAQ, mailing lists, and
documentation. The answer is not there, at least not in a form which I
could easily pluck.

Please have pity on me and get me a clue.

-- 
A new cognitive theory of emotion, http://openheartlogic.org
<VirtualHost *:80>
        ServerName lists.nirmalvihar.info

        Alias /icons/ "/var/lib/mailman/icons"

        ScriptAlias /mailman/ /usr/lib/cgi-bin/mailman/
        <Directory "/usr/lib/cgi-bin/mailman">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
                SetHandler cgi-script
        </Directory>

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined
        ServerSignature On
        
</VirtualHost>

Attachment: signature.asc
Description: Digital 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/

Reply via email to