Category Archives: Web Server

Install SuPHP on Ubuntu server

SuPHP is a PHP handler for executing the php scripts with the permissions of their owners and it provides an additional layer of protection on  servers. Please click here to read more about PHP handlers . This blog helps you to install SuPHP on Ubuntu servers . 1. switch as root user $sudo su – [sudo]… Read More »

PHP handlers

This blog helps you to get some basic knowledge about PHP handlers. What is a PHP handler A PHP handler determines how PHP is loaded on the server. To run a site on PHP, the server must interpret the PHP code and generate pages while visitors accessing the site. The page generated on the server… Read More »