summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/dspam-web/files/htaccess')
-rw-r--r--www-apps/dspam-web/files/htaccess7
1 files changed, 7 insertions, 0 deletions
diff --git a/www-apps/dspam-web/files/htaccess b/www-apps/dspam-web/files/htaccess
new file mode 100644
index 000000000000..2fcb498667a4
--- /dev/null
+++ b/www-apps/dspam-web/files/htaccess
@@ -0,0 +1,7 @@
+Options +ExecCGI
+DirectoryIndex dspam.cgi
+AuthAuthoritative On
+AuthType Basic
+AuthName DSPAM
+AuthUserFile .htpasswd
+Require valid-user