1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/mail/sgwi/files/patch-.htaccess

12 lines
274 B
Plaintext
Raw Normal View History

--- /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>