From e86eee389e8a345adff38df7455cf3fdcb85a0d6 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 8 Feb 2013 13:32:10 -0500 Subject: [PATCH] Build in setid mode FORCE as on mire The (in)sanity checks aren't really useful in afs space, and this is how we were doing it on mire. Long term fix is to ditch suphp for fastcgi+suexec. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2652dc8..4cdce89 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ configure-apache2: patch --with-apache-user=www-data \ --with-php=/usr/bin/php-cgi \ --sbindir=/usr/lib/suphp \ - --with-setid-mode=paranoid \ + --with-setid-mode=force \ --with-logfile=/var/log/suphp/suphp.log -- 2.20.1