[Zope] Zope+Apache+ProxyPass

Ragnar Beer rbeer@uni-goettingen.de
Thu, 22 Feb 2001 13:43:12 +0100


Hi! I wrote a howto that you can find at
http://www.zope.org/Members/rbeer/caching

HTH

Ragnar

>Hi Zopers,
>
>I am looking for some help about how to configure
>Apache with Zope using ProxyPass and i haven=B4t found any text
>explaining how to set up apache to serve some content without
>passing to Zope
>
>Example:
>
>Let=B4s say i want to set up the site www.mysite.com that has
>Apache listening on 80 an ZServer on 1485
>
>I also have some static content located in "/home/httpd/html/stat"
>
>This configuration with ProxyPass should be like this:
>
><VirtualHost 200.224.238.200>
>
>ServerName www.mysite.com
>ServerAdmin admin@mysite.com
>
># Here goes my doubt. In these two lines below, i say that all requests
># will be passed to Zserver, but this is not exactly what i want.
># The requests with "/sta"t i don=B4t wanna pass to Zserver,
># i would like to use apache itself to serve this content.
>
>
>ProxyPass / http://www.mysite.com:1485/
>ProxyPassReverse / http://www.mysite.com:1485/
>
></VirtualHost>
>
>Any help will be welcome.
>
>Regards
>
>Rodrigo
>
>
>
>
>_______________________________________________
>Zope maillist  -  Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>**   No cross posts or HTML encoding!  **
>(Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )