slitaz-dev-tools view mirror-tools/usr/share/mirror-host/etc/apache/conf.d/slitaz @ rev 4

Starting to add mirror-tools. Add etc. home. and usr so far.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 24 01:03:48 2011 +0000 (2011-02-24)
parents
children
line source
1 <VirtualHost *:80>
2 ServerName mirror.slitaz.org
3 ServerAlias *.slitaz.org
4 <IfModule mod_proxy.c>
5 ProxyPreserveHost On
6 ProxyRequests Off
7 ProxyTimeout 600
8 <Proxy *>
9 Order deny,allow
10 Allow from all
11 </Proxy>
12 ProxyPass / http://192.168.0.6/
13 ProxyPassReverse / http://192.168.0.6/
14 </IfModule>
15 </VirtualHost>