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.
     # To re-enable php in user directories comment the following lines
     # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
     # prevents .htaccess files from disabling it.
-    <IfModule mod_userdir.c>
-        <Directory /home/*/public_html>
-            php_admin_value engine Off
-        </Directory>
-    </IfModule>
+    #<IfModule mod_userdir.c>
+    #    <Directory /home/*/public_html>
+    #        php_admin_value engine Off
+    #    </Directory>
+    #</IfModule>
 </IfModule>