ApacheAsCachingProxy

Table of contents :

Can we use apache as a front end to a static mir site without rsync in the mix?

Setup (under debian based system)

a2enmod proxy
a2enmod cache
a2enmod disk_cache

in mods-enabled/proxy.conf, change

Deny from all

to

Allow from all

in your site config:
 ProxyPass / http://publishserver.someindy.org/
 ProxyPassReverse / http://publishserver.someindy.org/


Test Results

Topic revision: r2 - 26 Mar 2008, JohnDudaAccount
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback