From 037c11386701f5468522d12da313c123dafc1ae5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 22 Oct 2006 21:36:02 +0000 Subject: Add allow:all git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@231 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- bin/ldap2apache | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/ldap2apache b/bin/ldap2apache index 992bb71..312eb81 100755 --- a/bin/ldap2apache +++ b/bin/ldap2apache @@ -176,6 +176,9 @@ clients.each{ |c| config << " AddHandler server-parsed .html" if property['ssi'] == 'yes' config << " AddType text/html .shtml" if property['ssi'] == 'yes' config << " AddHandler server-parsed .shtml" if property['ssi'] == 'yes' + config << "" + config << " Order allow,deny" + config << " Allow from all" config << " " config << "# " if property['cgi-bin'] == "yes" -- cgit v1.2.3