Support SuSE & bind modules to correct virtual srv
[httpd-crcsyncproxy.git] / crccache / doc / readme.suse
blob9cf7e292104f16f705a234d2dbec4633bda6de0d
1 The module should work with a standard SuSE 11.1 apache install, if you follow below instructions:
3 1) load modules:
4 Add following values to parameter APACHE_MODULES in /etc/sysconfig/apache2:
5  proxy proxy_http cache /home/awulms/Ontwikkel/olpc/httpd-crcsyncproxy/crccache/mod_crccache_client.so /home/awulms/Ontwikkel/olpc/httpd-crcsyncproxy/crccache/mod_crccache_server.so
8 2) set-up virtual hosts:
9 copy <this-doc-dir>/etc/apache2/sites-available/default to /etc/apache2/vhosts.d/default.conf
10 copy <this-doc-dir>/etc/apache2/sites-available/upstream_proxy to /etc/apache2/vhosts.d/upstream_proxy.conf
12 3) configure modules
13 copy <this-doc-dir>/etc/apache2/mods-available/*.conf to /etc/apache2/conf.d
15 4) add listen ports and virtual server ports to /etc/apache2/listen.conf
16 listen 8080
17 listen 8081
18 NameVirtualHost *:8080
19 NameVirtualHost *:8081