From: thierry Date: Tue, 26 Jun 2007 16:46:01 +0000 (+0000) Subject: for exporting refreshpeer logs X-Git-Tag: foo~461 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e7062b7510eec3e21827bc8ce0975a021ec6da03;p=infrastructure.git for exporting refreshpeer logs --- diff --git a/tunings-myplc/httpd-conf.d-peers.conf b/tunings-myplc/httpd-conf.d-peers.conf new file mode 100644 index 0000000..7451f75 --- /dev/null +++ b/tunings-myplc/httpd-conf.d-peers.conf @@ -0,0 +1,8 @@ +Alias /peers "/var/www/html/sites/peers/" + + + Options Indexes FollowSymLinks + AllowOverride AuthConfig + Order allow,deny + Allow from all + diff --git a/tunings-myplc/peers-dot-htaccess b/tunings-myplc/peers-dot-htaccess new file mode 100644 index 0000000..f63ca11 --- /dev/null +++ b/tunings-myplc/peers-dot-htaccess @@ -0,0 +1,5 @@ +AuthType Basic +AuthName "PlanetLabEurope RefreshPeer logs" +AuthUserFile /var/www/html/sites/peers/.htpasswd +AuthGroupFile /var/www/html/sites/peers/.htgroup +require user planetlab