From 4916db98c4f05031ba66c3e3eb1108b41f1b2414 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Fri, 29 Oct 2010 22:22:09 +0000 Subject: change apache config to only require digest auth for /accounts/login/ svn path=/portal-gui/apache/zmyrpki.conf.in; revision=3515 --- portal-gui/apache/zmyrpki.conf.in | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'portal-gui') diff --git a/portal-gui/apache/zmyrpki.conf.in b/portal-gui/apache/zmyrpki.conf.in index e8ce9643..e73c1863 100644 --- a/portal-gui/apache/zmyrpki.conf.in +++ b/portal-gui/apache/zmyrpki.conf.in @@ -9,20 +9,10 @@ Allow from all # enable http digest auth - + AuthType digest AuthName "myrpki" -AuthDigestDomain /myrpki/ http://localhost/myrpki/ -AuthDigestProvider file -AuthUserFile @INSTDIR@/htpasswd -Require valid-user - - -# enable http digest auth - -AuthType digest -AuthName "myrpki" -AuthDigestDomain /admin/ http://localhost/admin/ +AuthDigestDomain / AuthDigestProvider file AuthUserFile @INSTDIR@/htpasswd Require valid-user -- cgit v1.2.3