On Sun, Apr 3, 2011 at 5:13 PM, Francois Gingras <[email protected]
> wrote:
> >> Only anything in /home/*/pubic_html is screwed.
> >
> > Hard to guess why without seeing in what context you've set
> > PHP-related directives. Have you tried the SetHandler stanza in the
> > FAQ?
>
IIRC, the debian devs took it upon themselves to 'disable' mod_php in
> user directories (mod_userdir) recently, with some php_ directive. See
> the mod_php docs.
>
It is that way in Ubuntu also.
The place to change that in Ubuntu is /etc/apache2/mods-available/php5.conf
Comment out this part:
<IfModule mod_userdir.c>
<Directory /home/*/public_html>
php_admin_value engine Off
</Directory>
</IfModule>
- Yehuda