If you want to use nginx and PHP-FPM for shared hosting environments, you should make up your mind about security. In Apache/PHP environments, you can use suExec and/or suPHP to make PHP execute under individual user accounts instead of a system user like www-data.
Read more »Secure Web Server with SuPHP
http://beginlinux.com –
The suPHP Apache module together with suPHP itself provides an easy way to run PHP scripts with different users on the same server. It provides security, because the PHP scripts are not run with the rights of the webserver's user. In addition to that you probably won't have to use PHP's "safe mode", which applies many restrictions on the scripts.
Read more »
Created by mogyweb 15 years 24 weeks ago – Made popular 15 years 24 weeks ago
Category: High End Tags:
Category: High End Tags:
- Login to post comments