for exporting refreshpeer logs
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 26 Jun 2007 16:46:01 +0000 (16:46 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 26 Jun 2007 16:46:01 +0000 (16:46 +0000)
tunings-myplc/httpd-conf.d-peers.conf [new file with mode: 0644]
tunings-myplc/peers-dot-htaccess [new file with mode: 0644]

diff --git a/tunings-myplc/httpd-conf.d-peers.conf b/tunings-myplc/httpd-conf.d-peers.conf
new file mode 100644 (file)
index 0000000..7451f75
--- /dev/null
@@ -0,0 +1,8 @@
+Alias /peers "/var/www/html/sites/peers/"
+
+<Directory "/var/www/html/sites/peers/">
+      Options Indexes FollowSymLinks
+      AllowOverride AuthConfig
+      Order allow,deny
+      Allow from all
+</Directory>
diff --git a/tunings-myplc/peers-dot-htaccess b/tunings-myplc/peers-dot-htaccess
new file mode 100644 (file)
index 0000000..f63ca11
--- /dev/null
@@ -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