From e512afe1b1fb3a0de310dcdad61f95cefd1eb5c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20=27Wolvverine=27=20Panasiewicz?= Date: Tue, 5 Apr 2005 15:23:43 +0000 Subject: [PATCH] - add security access to bigsister WWW interface Changed files: bigsister.htaccess -> 1.1 --- bigsister.htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bigsister.htaccess diff --git a/bigsister.htaccess b/bigsister.htaccess new file mode 100644 index 0000000..c01f8db --- /dev/null +++ b/bigsister.htaccess @@ -0,0 +1,5 @@ +AuthGroupFile /etc/group # <--- change path as needed +AuthUserFile /etc/passwd # <--- change path as needed +AuthType basic +AuthName "access" +require valid-user -- 2.43.0