diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/misc/apache2.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf index e5311a0..9d5cd41 100644 --- a/extras/misc/apache2.conf +++ b/extras/misc/apache2.conf @@ -11,7 +11,7 @@ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch <RequireAny> - AuthUserFile /opt/nms/etc/htpasswd-write + AuthUserFile /htpasswd-write AuthName "Demo/test of nms" AuthType Basic Require valid-user @@ -21,7 +21,7 @@ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch <RequireAny> - AuthUserFile /opt/nms/etc/htpasswd-read + AuthUserFile /htpasswd-read AuthName "Demo/test of nms" AuthType Basic Require valid-user |