Results 1 to 1 of 1
- 01-05-2012, 02:43 AM #1
Newbie
- Join Date
- Oct 2011
- Posts
- 1
Force Users To Use Single Php.ini Under suPHP
If you have a dedicated server and use it to sell shared hosting then this article is for you. Today I am going to explain how you can force your users to use same php.ini under suPHP by disallowing .htaccess override. Limiting php.ini use will add security to your server and will disallow users to use custom php.ini file by overriding default php settings set by server administrator (root).
How to make it work:
Its very simple to enable this function in server using suPHP. Just by enabling phprc_paths in /opt/suphp/etc/suphp.conf will do the work for you. See the steps below:
Find the code below and press I to insert text.Code:vi /opt/suphp/etc/suphp.conf
Remove ( ; ) from the last three lines ie.[phprc_paths]
;Uncommenting these will force all requests to that handler to use the php.ini
;in the specified directory regardless of suPHP_ConfigPath settings.
;application/x-httpd-php=/usr/local/lib/
;application/x-httpd-php4=/usr/local/php4/lib/
;application/x-httpd-php5=/usr/local/lib/
Now press ESCAPE button and enter :wq to save the file.application/x-httpd-php=/usr/local/lib/
application/x-httpd-php4=/usr/local/php4/lib/
application/x-httpd-php5=/usr/local/lib/
Restart Apache
Now Users wont be able to override your default php.ini file.Code:/sbin/service httpd restart
Article Source: Force specific php.ini in suPHP



LinkBack URL
About LinkBacks




Reply With Quote






Bookmarks