1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/mail/sgwi/files/patch-.htaccess
Philippe Audeoud a27e6768fb sgwi is a web interface to SQLGrey written in PHP.
It allows you to edit the white- and blacklists as
well as the current state of the greylist.

WWW:	http://www.vanheusden.com/sgwi/

PR:		ports/121630
Submitted by:	Lukasz Wasikowski <lukasz at wasikowski.net>
Approved by:	tabthorpe (mentor)
2008-03-18 13:13:06 +00:00

12 lines
274 B
Plaintext

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