aboutsummaryrefslogtreecommitdiff
path: root/mail/sgwi/files/patch-.htaccess
blob: 49624e3cb58eacd584ae9a7dd40f083ae231f9bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- /dev/null	2008-03-11 22:05:01.000000000 +0100
+++ .htaccess	2008-03-11 22:03:36.000000000 +0100
@@ -0,0 +1,8 @@
+AuthUserFile /usr/local/www/sgwi/.htpasswd
+AuthGroupFile /dev/null
+AuthName "sgwi Admin"
+AuthType Basic
+
+<limit GET POST>
+require valid-user
+</limit>