From 35350ecabadc3d9864393607a8894a6f4ada83ab Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 18 Nov 2013 20:49:02 +0100 Subject: [PATCH] Fix HTTP auth in httpd.conf template --- root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl index fd37f27..27846ae 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl @@ -42,7 +42,7 @@ $alias order deny,allow deny from all allow from $allow -$authuser +$auth Deny from all