From e7062b7510eec3e21827bc8ce0975a021ec6da03 Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 26 Jun 2007 16:46:01 +0000 Subject: [PATCH] for exporting refreshpeer logs --- tunings-myplc/httpd-conf.d-peers.conf | 8 ++++++++ tunings-myplc/peers-dot-htaccess | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 tunings-myplc/httpd-conf.d-peers.conf create mode 100644 tunings-myplc/peers-dot-htaccess 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 -- 2.43.0