I just upgraded to apache ver 2, and now I've Suphp instead of phpsuexe, it seems php runs as a apache module in this way, but now i don't know how to change php.ini rules. i just added these for one of my vhost and it just dosent work:
was :
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/tomy:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
is :
<IfModule mod_php5.c>
php_admin_value upload_max_filesize "10M"
php_admin_value open_basedir "/home/tomy:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
I really need to be able to change the php directives over each account, so please let know where I'm wrong in.
Thanks



LinkBack URL
About LinkBacks
Reply With Quote




