• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

php.ini for Single Domain?

R

Revenant

Guest
Hey,

installed Drupal 7.7 as App on Plesk 10.3 running on Windows Server 2008.

It is (automatically) correctly installed and hosted, but I got an error when necessary updating the Database:

"register_globals" needs to be off for Drupal to work properly. In the Master php.ini it is set Off. Also I cant find any file on my Server, that sets the value On again, even in the Plesk Installation Path or inetpub\*.

phpinfo() keeps telling me on all Domains hosted with Plesk that the local value is On, and Master is Off.

How can I fix that? Where can I find that Override apparently made by Plesk?

Or how can I switch this setting before/while installing Drupal?

Thanks, Rev
 
change HKLM/SOFTWARE/PHP/Per Directory Values/C/Inetpub/vhosts/domain_name/httpdocs/prupal/register_globals from 1 to 0
 
did not work for me

Windows Server 2008 R2 SP1 with IIS7 and Plesk 10.2.0

tried to set the registry val. -> not working
in HKLM/SOFTWARE is no PHP Key
tried to set it in HKLM/SOFTWARE/Wow6432Node/PHP but dont work.

also tried to copy a customized php.ini in the httpdocs folder -> also did not work.


Whats wrong? how to set register_globals = on for a single domain?
how to provide a custom php.ini for each customer domain??
 
Windows Server 2008 R2 SP1 with IIS7 and Plesk 10.2.0

tried to set the registry val. -> not working
in HKLM/SOFTWARE is no PHP Key
tried to set it in HKLM/SOFTWARE/Wow6432Node/PHP but dont work.

also tried to copy a customized php.ini in the httpdocs folder -> also did not work.


Whats wrong? how to set register_globals = on for a single domain?
how to provide a custom php.ini for each customer domain??

Hi, I have the same problem, nobody answers?
 
Hello again!

Please, can someone from Parallels Team asnwer?
 
Back
Top