[Zope] Re: Apache2 mod_proxy question

Jack Coates jack at monkeynoodle.org
Sat Dec 6 01:03:31 EST 2003


On Fri, 2003-12-05 at 21:37, Jack Coates wrote:
> Hi all,

turned out to be simple. Here's how to pass /mrtg for instance:
...
>     <IfModule mod_proxy.c>
	  ProxyPass /mrtg !
>         # Zope-related statements
>         ProxyPass / http://192.168.1.1:9673/mn/
>         ProxyPassReverse / http://192.168.1.1:9673/mn/
>         ProxyPass /misc_ http://192.168.1.1:9673/misc_
>         ProxyPass /p_ http://192.168.1.1:9673/p_
>     </IfModule>
> </VirtualHost>
...
--
Jack at Monkeynoodle Dot Org: It's A Scientific Venture...
**********************************************************************
* "Stark raving naked in the fornication nation!"                    *
* -- Debbie Gibson Is Pregnant With My Two-Headed Love Child from    *
* Root Hog or Die by Mojo Nixon & Skid Roper                         *
**********************************************************************




More information about the Zope mailing list