From c237b62a5fc6cf424efd8c0d2c729607290934a5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 9 Oct 2013 06:54:04 +0000 Subject: New wheezy fcgi setup git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@649 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- bin/ldap2apache | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/ldap2apache b/bin/ldap2apache index 59ec46b..7170ed6 100755 --- a/bin/ldap2apache +++ b/bin/ldap2apache @@ -311,10 +311,12 @@ clients.each{ |c| phppath = "#{@phpwrapperfilesdir}/#{wraplp1}/#{wraplp2}" config << " " - config << " AddHandler fcgid-script .php" - config << " FCGIWrapper #{phppath} .php" + #config << " AddHandler fcgid-script .php" + #config << " FCGIWrapper #{phppath} .php" config << " " - config << " Options ExecCGI" + #config << " Options ExecCGI" + config << " SetHandler fcgid-script" + config << " FCGIWrapper #{phppath}" config << " " config << " " end -- cgit v1.2.3