Ok, i know now, there is no way i can live without php on server, so we will wait for a while 4 a 2.0, right?:p
BTW, has anybody had problems with customers that write scripts that can browse all over entire server? (all folders) They can read all conf files, read other users scripts (conection files), etc...i disabled it by hand in httpd.conf for every user by hand, but after i add new account, i had to add it by hand...
php_admin_value open_basedir &/home/username:/tmp&
is there any way i can add it in php.ini some global setings for all accounts?
4 example
open_basedir &/home/$USER:/tmp&
(offcourse, this isn't working)
any ideas?