I can't see the archives because Apache is redirecting requests for
pipermail:

[EMAIL PROTECTED] httpd]# telnet lists.tblc.org 80
Trying 64.128.136.9...
Connected to lists.tblc.org (64.128.136.9).
Escape character is '^]'.
HEAD /pipermail/ipac/ HTTP/1.1
Host: lists.tblc.org

HTTP/1.1 302 Found
Date: Mon, 19 Dec 2005 18:20:34 GMT
Server: Apache/2.0.52 (Red Hat)
Location: http://lists.tblc.org/mailman/listinfo
Connection: close
Content-Type: text/html; charset=iso-8859-1

Connection closed by foreign host.



These Apache directives are in play:

In conf/httpd.conf:

<VirtualHost *:80>
ServerName lists.tblc.org
DocumentRoot /usr/lib/mailman/cgi-bin/
RedirectMatch /index.html http://lists.tblc.org/mailman/listinfo
TransferLog /var/log/httpd/lists.tblc.org/access_log
ErrorLog /var/log/httpd/lists.tblc.org/error_log
</VirtualHost>

In conf.d/mailman.conf:

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

Alias /pipermail/ /var/lib/mailman/archives/public/
<Directory /var/lib/mailman/archives/public>
    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

RedirectMatch ^/mailman[/]*$ http://lists.tblc.org/mailman/listinfo



Can anyone spot where I'm going wrong?

Ben


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to