slitaz-dev-tools diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mirror-tools/usr/share/mirror-host/etc/apache/conf.d/slitaz	Thu Feb 24 01:03:48 2011 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +<VirtualHost *:80>
     1.5 +	ServerName      mirror.slitaz.org
     1.6 +	ServerAlias	*.slitaz.org
     1.7 +	<IfModule mod_proxy.c>
     1.8 +		ProxyPreserveHost On
     1.9 +		ProxyRequests Off
    1.10 +		ProxyTimeout 600
    1.11 +		<Proxy *>
    1.12 +			Order deny,allow
    1.13 +			Allow from all
    1.14 +		</Proxy>
    1.15 +		ProxyPass / http://192.168.0.6/
    1.16 +		ProxyPassReverse / http://192.168.0.6/
    1.17 +	</IfModule>
    1.18 +</VirtualHost>
    1.19 +