Skip to topic | Skip to bottom
Home
Search:

Devel
Devel.ApacheAsCachingProxyr1.2 - 26 Mar 2008 - 03:07 - JohnDudaAccounttopic end
You are here: Devel > ApacheAsCachingProxy

Start of topic | Skip to actions

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


to top

You are here: Devel > ApacheAsCachingProxy

to top

Copyright © 1999-2008 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this tool? Send feedback (in English, Francais, Deutsch or Dutch).