F fastproxy Well-Known Member Feb 2, 2009 #1 Feb 2, 2009 #1 Hi, How can i set different php config for different domains? i use lxadmin. Before it has different php.ini config for each domain. But now all the sites use 1 php config from lsphp4/lib/php.ini Last edited: Feb 2, 2009
Hi, How can i set different php config for different domains? i use lxadmin. Before it has different php.ini config for each domain. But now all the sites use 1 php config from lsphp4/lib/php.ini
M mistwang LiteSpeed Staff Feb 2, 2009 #2 Feb 2, 2009 #2 AddType application/x-httpd-php4 php or AddType application/x-httpd-php5 php
F fastproxy Well-Known Member Feb 4, 2009 #3 Feb 4, 2009 #3 It is not php4 or php5. I need to enable some php functions for specific domain. I.e: i need enable "show_source, system, shell_exec, passthru, exec, popen, proc_open, base64_decode, base64_encodem, proc_terminate" for 1 domain, but not all.
It is not php4 or php5. I need to enable some php functions for specific domain. I.e: i need enable "show_source, system, shell_exec, passthru, exec, popen, proc_open, base64_decode, base64_encodem, proc_terminate" for 1 domain, but not all.
M mistwang LiteSpeed Staff Feb 5, 2009 #4 Feb 5, 2009 #4 Use php_admin_value <php.ini directive> for that vhsot.