From 200cf04d24927349c25c77363ffe4782df17fcbf Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 10 Nov 2016 19:39:32 +0100 Subject: Nuke default login/password thing. Needs to be moved anyway. --- extras/misc/apache2.conf | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'extras') diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf index 017eb7c..e2963e1 100644 --- a/extras/misc/apache2.conf +++ b/extras/misc/apache2.conf @@ -10,22 +10,10 @@ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - - AuthUserFile /opt/gondul/passwords/htpasswd-write - AuthName "Demo/test of nms" - AuthType Basic - Require valid-user - AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - - AuthUserFile /opt/gondul/passwords/htpasswd-read - AuthName "Demo/test of nms" - AuthType Basic - Require valid-user - AllowOverride None -- cgit v1.2.3