Okay, the magic incantation for httpd.conf at least for Fedora Core 6 httpd.conf file to use both Zope and Mailman at the same time with a consistent URL for both Zope and Mailman seems to be:
<VirtualHost IP_OF_SERVER_HERE:80> ServerName linuxmednews.com ServerAdmin [EMAIL PROTECTED] ProxyPass /mailman/ ! ProxyPassReverse /mailman/ ! ProxyPass /pipermail/ ! ProxyPassReverse /pipermail/ ! ProxyPass / http://localhost:8080/VirtualHostBase/http/linuxmednews.com:80/linuxmednews/VirtualHostRoot/ ProxyPassReverse / http://localhost:8080/VirtualHostBase/http/linuxmednews.com:80/linuxmednews/VirtualHostRoot/ </VirtualHost> <VirtualHost IP_OF_SERVER_HERE:80> ServerName www.linuxmednews.com # ServerAlias * # redirects everything Redirect permanent / http://linuxmednews.com/ </VirtualHost> On Dec 5, 2007 12:24 AM, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Ignacio Valdes wrote: > > > >I am attempting to get the following URL to work: > >http://www.linuxmednews.com/mailman/listinfo/linuxmednews-announce on > >a server that is serving linuxmednews.com. If I use the withlist > >fix_url command for linuxmednews-announce and put it to the > >fully-qualified path that is desired as above, I cannot get to any of > >the web interface pages. I get a resource not found message. If I use > >withlist and set it to the numeric IP address, it halfway works in > >that I can get to everything, but I cannot send an e-mail to > >linuxmednews-announce at linuxmednews . com and have the list capture > >it. If I send it to linuxmednews-announce at ip address no, it works. > >What is desired is the fully-qualified URL above as well as the the > >fully qualified e-mail address, not the IP. What might I try to do to > >make this work? Thanks! > > > If you can mail to the list and access the web interface by IP but not by > name, > it is a DNS issue. > > -- > Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > > ------------------------------------------------------ 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&file=faq01.027.htp
