From 3d19ce5671e45b8e06a91cb09065d81e22f9d6fd Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 20 Feb 2018 16:16:15 +0100 Subject: Initial import --- adei/configs/apache.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 adei/configs/apache.conf (limited to 'adei/configs/apache.conf') diff --git a/adei/configs/apache.conf b/adei/configs/apache.conf new file mode 100644 index 0000000..5ea312d --- /dev/null +++ b/adei/configs/apache.conf @@ -0,0 +1,25 @@ + + AuthType Basic + AuthName "ADEI/Admin Authentication" + AuthBasicProvider file + AuthUserFile /adei/cfg/apache.passwd + Require valid-user + Order deny,allow + Deny from all + Allow from 127.0.0.1 + Allow from ::1 + Satisfy Any + + + + AuthType Basic + AuthName "ADEI/Control Authentication" + AuthBasicProvider file + AuthUserFile /adei/cfg/apache.passwd + Require valid-user + Order deny,allow + Deny from all + Allow from 127.0.0.1 + Allow from ::1 + Satisfy Any + -- cgit v1.2.1