Can I remove domain PHP.ini files?

VinnyT

Regular Pleskian
Is it possible to not use custom /etc/php.ini files in each of my vhosts? I have been running into issues lately with some domains having different settings. How can I go about this? Preferably, I would like to have a single global php.ini file, not one per each virtual host. Thanks!
 
There is single global php.ini in:
# /etc/php5/apache2 or cgi (depends what you're using)/php.ini

additional php.ini can be set in each virtual host or custom settings in plesk itself on Websites & Domains -> click on the Website -> PHP Settings tab -> scroll down - you can remove those if that is making problems
 
Back
Top