• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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