Current time: 09-28-2024, 09:38 PM Hello There, Guest! (LoginRegister)


Post Reply 
Question about php.ini file
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #3
RE: Question about php.ini file
Quote:I have regenerated the configuration but I did not find any change in the php.ini file of the domains, something wrong?

Unlike with the other configuration files (and I don't know why), the panel will never override a customer's php.ini, even if the template has changed. Therefore, you have to delete all the users php.ini, regenerate configurations and the new (updated) ones will be created.

Edit: quick script to delete them:
Code:
find /var/www/fcgi -type f | grep 'php5/php.ini' | xargs rm
(This post was last modified: 08-14-2009 04:53 PM by kilburn.)
08-14-2009 04:52 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Question about php.ini file - theprincy - 08-14-2009, 04:18 PM
RE: Question about php.ini file - BeNe - 08-14-2009, 04:41 PM
RE: Question about php.ini file - kilburn - 08-14-2009 04:52 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)