[Zope] Howto setup Squid

Alan Snyder alan8373 at gmail.com
Tue Dec 7 17:15:50 EST 2004


Apache can do that...

# Plone Proxy
<Location /proxy>
        ProxyPass http://localhost:8080/Plone
        ProxyPassReverse http://localhost:8080/Plone

        Order Allow,Deny
        Allow from all
</Location>



On Tue, 7 Dec 2004 22:09:02 +0000, John Poltorak <jp at warpix.org> wrote:
> Can anyone point me to a Howto describing how to set up SQUID as a
> caching front end for Zope?
> 
> --
> John
> 
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
>


More information about the Zope mailing list