Hi all,

I'm running a Zope instance that requires me to have re-write rules
(below) in httpd.conf that are not compatible with Mailman. I can use
mailman if I don't use the Zope re-write rules or I can use Zope but
not mailman with the re-write rules below. This seems like a black art
to me. Is there a way to change the re-write rules so that they both
work at the same time? Thanks!

NameVirtualHost 72.51.39.124:80

    <VirtualHost 72.51.39.124:80>
    ServerName brainimagingnews.net
    ServerAdmin [EMAIL PROTECTED]
    ProxyPass /
http://localhost:8080/VirtualHostBase/http/brainimagingnews.net:80/brainimagingnews/VirtualHostRoot/
    ProxyPassReverse /
http://localhost:8080/VirtualHostBase/http/brainimagingnews.net:80/brainimagingnews/VirtualHostRoot/
    </VirtualHost>

    <VirtualHost 72.51.39.124:80>
    ServerName www.brainimagingnews.net
#    ServerAlias *
# redirects everything
    Redirect permanent / http://brainimagingnews.net/
   </VirtualHost>


My mailman.conf looks like this:

#
#  httpd configuration settings for use with mailman.
#

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>
------------------------------------------------------
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/
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