• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

php.ini

S

ssiAdmin

Guest
I want to turn register_globals on. Figured I try changing the background color on my php.ini file to make sure I was editing the right one (/etc/php.ini). I'm aware there is more than one copy on the server and that Plesk overwrites some files.

After restarting httpd, I don't see my background color changes (highlight.bg #999999 #999999) in a page that calls phpinfo() function so I figure I an not editing the right file or doing something wrong.

Can anyone point me in the right direction (or better yet, the right file).

Thanks in advance,
Art
 
Is this something that I need to do in a vhosts.conf file?

I'm sure I am missing something quite basic. When I make changes in the /etc/php.ini file, and restart httpd the changes do not show up in with a phpinfo() call.

Suggestions?

Thanks again for any help you can give.
Art
 
To make the changes in your vhost.conf do:

# /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=<domain_name>

and then restart apache
 
Back
Top