• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Plesk 8 - Vhost.conf Problems

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
 
Back
Top