mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
a27e6768fb
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)
12 lines
274 B
Plaintext
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>
|