From 3d2833996f84673361f4f346be40e9ae65960985 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 2 May 2008 01:09:09 +0000 Subject: [PATCH] Add examples of htaccess files --- doc/install/.htaccess | 15 +++++++++++++++ doc/install/.htpasswd | 1 + 2 files changed, 16 insertions(+) create mode 100644 doc/install/.htaccess create mode 100644 doc/install/.htpasswd diff --git a/doc/install/.htaccess b/doc/install/.htaccess new file mode 100644 index 00000000000..2e331cf6ce7 --- /dev/null +++ b/doc/install/.htaccess @@ -0,0 +1,15 @@ + +Order deny,allow +deny from all + + +AuthUserFile ".htpasswd" +AuthName "Zone Administration" +AuthType Basic + + +order deny,allow +allow from all +Require valid-user + + diff --git a/doc/install/.htpasswd b/doc/install/.htpasswd new file mode 100644 index 00000000000..213d6352a1b --- /dev/null +++ b/doc/install/.htpasswd @@ -0,0 +1 @@ +admin:$apr1$l63.....$tCO2YgYkr.oq.ShBECwUH1