Portal Home > Knowledgebase > Articles Database > suphp and php.ini, is there a way to prevent custom php.ini using suphp


suphp and php.ini, is there a way to prevent custom php.ini using suphp




Posted by sharmaine1111, 08-15-2009, 06:33 AM
Is there a way to prevent custom php.ini using suphp?

Posted by Patrick, 08-15-2009, 09:45 AM
Try editing: /usr/local/apache/conf/php.conf Then add the following line: suPHP_Config /usr/local/lib/php.ini Don't forget to restart Apache and change the location to your php.ini configuration, as it may be different on your server than the example above.

Posted by sharmaine1111, 08-15-2009, 10:11 AM
what does that command do? Will suphp still work when i use that? And will it prevent custom php from being created?

Posted by Patrick, 08-15-2009, 10:19 AM
The suPHP_Config option allows you to force a single php.ini configuration for the entire server. In theory, that should prevent someone from using a custom php.ini to override the default php.ini configuration. Test it out and if anything breaks just revert back the changes. You can test it out by using phpinfo() to see if an override php.ini is still working once you set the suPHP_Config option.

Posted by sharmaine1111, 08-15-2009, 11:07 AM
If I rebuild php using WHM -> PHP Configuration Editor will it overwrite the changes I manually did to /usr/local/apache/conf/php.conf ?

Posted by iTom, 08-15-2009, 11:11 AM
I does changes to php.conf not sure exactly. Make a backup of the file in ssh and then rebuild and check

Posted by sharmaine1111, 08-15-2009, 11:18 AM
I did rebuild but i got an error I put it under suPHP_Engine on Should I use this?

Posted by Patrick, 08-15-2009, 11:25 AM
Sorry, it should be: suPHP_ConfigPath /usr/local/lib/php.ini (Replace the path to your php.ini configuration)

Posted by sharmaine1111, 08-15-2009, 11:27 AM
Should I include php.ini in the path? Or should it be just /usr/local/lib/?

Posted by Patrick, 08-15-2009, 12:12 PM
I would put the full path in... that's what I did when I was testing it out.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Server Speed (Views: 740)


Language:

LoadingRetrieving latest tweet...

Back to Top Copyright © 2018 DC International LLC. - All Rights Reserved.