From 8d6e6d0bbf88efd53c5cd55cf04b8228c0649212 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Tue, 12 Oct 2010 07:41:35 -0400 Subject: [PATCH] Revert upstream PHP mod_userdir change Running PHP as www-data is perfectly acceptable on this machine --- I'm way more concerned about a webapp compromising the alex account than I am by the alex account compromising other people's webapps, given that there's basically nobody else on the system. --- mods-available/php5.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mods-available/php5.conf b/mods-available/php5.conf index 5d2f911..2533117 100644 --- a/mods-available/php5.conf +++ b/mods-available/php5.conf @@ -8,9 +8,9 @@ # To re-enable php in user directories comment the following lines # (from to .) Do NOT set it to On as it # prevents .htaccess files from disabling it. - - - php_admin_value engine Off - - + # + # + # php_admin_value engine Off + # + # -- 2.34.1