mysql_apache/apache-default-site
changeset 12 e7e70577ce6c
parent 2 e8c21d72976d
--- a/mysql_apache/apache-default-site	Fri May 22 15:42:33 2009 +0100
+++ b/mysql_apache/apache-default-site	Fri Jun 19 16:55:15 2009 +0100
@@ -1,6 +1,6 @@
 <VirtualHost *:80>
-	ServerAdmin webmaster@localhost
-        ServerName sphere.dsg.cs.tcd.ie
+	ServerAdmin librarian@village.n4c.eu
+        ServerName dtnrouter.village.n4c.eu
 
 
 	DocumentRoot /var/www/private/HTMLrequester
@@ -50,6 +50,20 @@
         #Require valid-user
         Require group 0 1
 </Directory>
+<Directory "/var/www/private/HTMLrequester/staging">
+        AuthType Basic
+        AuthName "Administration"
+        AuthUserFile /var/www/private/HTMLrequester/passwords
+
+        # Turn off 'mod_auth_form' in this directory,
+        # giving control to 'mod_auth'.
+        AuthFormAuthoritative Off
+
+        Allow from 127.0.0.1  # localhost
+        Deny from all
+        Order Deny,Allow
+        Require valid-user
+</Directory>
 
 <Directory "/var/www/private/public">
 	AuthFormPageNotAllowed /paying_members_only.html
@@ -99,12 +113,4 @@
         Deny from all
         Allow from 127.0.0.0/255.0.0.0 ::1/128
     </Directory>
-# <Directory "/var/www/HTMLrequester/">
-#        Options Indexes MultiViews FollowSymLinks
-#        AllowOverride None
-#        Order deny,allow
-#        Deny from all
-#        Allow from 127.0.0.0/255.0.0.0 ::1/128
-#    </Directory>
-
 </VirtualHost>