• 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.

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