hello all
please can any one help us to fix this issue
iam set sae_mode to on and global_registres to offit is great
and i have use phpsusexealso that great
but i have set
safe_mode to off
global_registres to on
for 1 domain
i use this
<VirtualHost XXX>
ServerAlias XXXnet
ServerAdmin webmaster@XXX.net
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/XXX:/usr/lib/php:/usr/local/lib/php:/tmp"
php_admin_flag safe_mode Off
php_admin_flag register_globals On
</IfModule>
#php_admin_flag safe_mode Off
#php_admin_flag register_globals On
DocumentRoot /home/XXX/public_html
the safe_mode and global_registres dowsn't change value
when i use
<VirtualHost XXX>
ServerAlias XXX.net
ServerAdmin webmaster@XXX.net
php_admin_flag safe_mode Off
php_admin_flag register_globals On
DocumentRoot /home/XXXpublic_html
it change the value but i have error after support phpsuexec
so how can i use
php_admin_flag register_globals On
DocumentRoot /home/XXXpublic_html
with phpsuexec ??
it was work great before i setup phpsuexec



LinkBack URL
About LinkBacks
it is great
Reply With Quote




