C
cmurphy@
Guest
Server Stats:
Fedora Core 3
PHP 5.0.4
Mysql 4.1.21
Problem:
Creating custom vhost.conf file results in no change to domain configuration as reported by phpinfo() specifically enabling register_globals for the domain.
current phpinfo.php if you need to see it is here: http://max.hyperactivehosting.com/phpinfo.php
Current vhost.conf:
<Directory /var/www/vhosts/domain.com.com/httpdocs>
php_admin_value open_basedir "/var/www/vhosts/domain/httpdocs:/tmp"
</Directory>
<IfModule mod_php4.c>
php_flag log_errors on
php_value error_log "/var/www/vhosts/domain.com.com/statistics/logs/error_log"
</IfModule>
<Directory /var/www/vhosts/domain.com.com/httpdocs>
php_admin_flag engine on
php_admin_value register_globals 1
php_admin_value safe_mode off
</Directory>
So anyone have any Ideas why the php.ini "master value" over rides the php "local value" found in the conf files?
This is an ongoing issue since upgrading to plesk 8.0
Fedora Core 3
PHP 5.0.4
Mysql 4.1.21
Problem:
Creating custom vhost.conf file results in no change to domain configuration as reported by phpinfo() specifically enabling register_globals for the domain.
current phpinfo.php if you need to see it is here: http://max.hyperactivehosting.com/phpinfo.php
Current vhost.conf:
<Directory /var/www/vhosts/domain.com.com/httpdocs>
php_admin_value open_basedir "/var/www/vhosts/domain/httpdocs:/tmp"
</Directory>
<IfModule mod_php4.c>
php_flag log_errors on
php_value error_log "/var/www/vhosts/domain.com.com/statistics/logs/error_log"
</IfModule>
<Directory /var/www/vhosts/domain.com.com/httpdocs>
php_admin_flag engine on
php_admin_value register_globals 1
php_admin_value safe_mode off
</Directory>
So anyone have any Ideas why the php.ini "master value" over rides the php "local value" found in the conf files?
This is an ongoing issue since upgrading to plesk 8.0