Y
Ysean
Guest
We have a customer that for reasons I don't want to go into requires register_globals on and safe_mode off.
This typically would be fine and dandy BUT, it seems after the most recent updates websrvmng -u --vhost-name=<sitename> does nothing but overwrite the changes in httpd.include. I've also put these changes in vhost.conf and ran websrvmng -u --vhost-name=<sitename>. Neither of these work.
Does ANYONE know what the deal is?
I've created the vhost.conf file as
<Directory <path to site>>
php_admin_flag register_globals on
php_admin_flag safe_mode off
</Directory>
This typically would be fine and dandy BUT, it seems after the most recent updates websrvmng -u --vhost-name=<sitename> does nothing but overwrite the changes in httpd.include. I've also put these changes in vhost.conf and ran websrvmng -u --vhost-name=<sitename>. Neither of these work.
Does ANYONE know what the deal is?
I've created the vhost.conf file as
<Directory <path to site>>
php_admin_flag register_globals on
php_admin_flag safe_mode off
</Directory>