Can anyone point me to a Howto describing how to set up SQUID as a caching front end for Zope? -- John
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@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@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 )
Alan Snyder wrote:
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>
Apache is nowhere near as good at managing the cache for a large site. - http://www.zope.org/Members/htrd/howto/squid - http://longsleep.org/howto/squidwithzopeandesi - http://plone.org/documentation/howto/squid-integration-pointers -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
--On Dienstag, 7. Dezember 2004 22:09 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
Can anyone point me to a Howto describing how to set up SQUID as a caching front end for Zope?
Please goggle! Goggling for "squid zope howto" gives you at least threee to four reasonable hits on the first two result pages! -aj
participants (5)
-
Alan Snyder -
Andreas Jung -
Jens Vagelpohl -
John Poltorak -
Tres Seaver