[opencms] [opencms-dev] Using Apache as Reverse Proxy
Jorge González
informatico at hotelparadisepark.com
Fri Sep 2 18:34:37 CEST 2005
This is my config, if it helps:
I use the apache cache to boost the image loading.
<VirtualHost xxx.xxx.xxx.xxx>
DocumentRoot /var/www/html/test
ServerName www.yourserver.com
<Directory "/var/www/html">
allow from all
Options +Indexes
</Directory>
ServerAdmin root at localhost
ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/
CacheEnable disk /
CacheGcInterval 24
CacheRoot /var/www/cacheroot/cache_test
</VirtualHost>
More information about the opencms-dev
mailing list