From: Clinton Ebadi Date: Fri, 8 Feb 2013 18:32:10 +0000 (-0500) Subject: Build in setid mode FORCE as on mire X-Git-Url: https://git.hcoop.net/hcoop/zz_old/debian/suphp.git/commitdiff_plain/e86eee389e8a345adff38df7455cf3fdcb85a0d6 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. --- 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