Re: [Mailman-Users] httpd.conf Rewrite rules with ZOPE to use mailman.

2007-12-02 Thread Ignacio Valdes
Finally, I changed using withlist the URL to the IP address and that made things point to things in a better fashion, but now I get the infamous message: Forbidden You don't have permission to access /pipermail/linuxmednews-announce on this server. Apache/2.2.6 (Fedora) Server at 7 2.5 1.3 x9 .1

Re: [Mailman-Users] httpd.conf Rewrite rules with ZOPE to use mailman.

2007-12-02 Thread Ignacio Valdes
Also, my mailman.conf file looks like this which should redirect to the archives and everything else properly but doesn't seem too. -- IV # # httpd configuration settings for use with mailman. # ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ AllowOverride None Options ExecCGI Order

Re: [Mailman-Users] httpd.conf Rewrite rules with ZOPE to use mailman.

2007-12-02 Thread Ignacio Valdes
Hi Chris, A ServerBeach admin added this to httpd.conf DocumentRoot /var/www/html ServerAdmin [EMAIL PROTECTED] which fixed it so that I can use both Zope and and I can now get to the Mailman web interface page, but I get an error with the archive URL and I don't know how to get it t

Re: [Mailman-Users] httpd.conf Rewrite rules with ZOPE to use mailman.

2007-12-02 Thread Christopher X. Candreva
On Sat, 1 Dec 2007, Ignacio Valdes wrote: > 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

[Mailman-Users] httpd.conf Rewrite rules with ZOPE to use mailman.

2007-12-01 Thread Ignacio Valdes
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 th