[Mailman-Users] Archives page not found (Noob.Q)

Keith Mastin kmastin at beechtree.ca
Tue Jan 28 02:53:19 CET 2003


Hello again.

Testing the mailman system, I also found that I cannot find the archives 
(400 Bad Request). The system is looking for
	domain.tld/pipermail/members

Here is the relevnet section of the httpd.conf file:

    ScriptAlias /mailman/ "/web/mlib/data/mailman/cgi-bin/"

    <Directory "/web/mlib/data/mailman/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>

    Alias /pipermail/ "/web/mlib/data/mailman/archives/public/"

    <Directory "/web/mlib/data/mailman/archives/public">
        Options FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

[root at mail mailman]# ll /web/mlib/data/mailman/archives/
total 8
drwxrws---    6 apache   mailman      4096 Jan 27 17:39 private
drwxrwsr-x    2 apache   mailman      4096 Jan 27 17:39 public

Any ideas? 
TIA again




More information about the Mailman-Users mailing list