Installing LAMP (Linux, Apache, MySQL and PHP) On Linux Mint. LAMP stands for Linux, Apache, MySQL, PHP. How to install Linux the L of LAMP. Install Apache To start off we will install Apache. 1) Open up the Terminal (Applications > Accessories > Terminal) 2) Copy/Paste the following line of code into Terminal and then […]
See MoreTag: apache
Install Varnish with Apache on Ubuntu 12.04
Varnish Varnish is an HTTP accelerator and a useful tool for speeding up a server, especially during a times when there is high traffic to a site. It works by redirecting visitors to static pages whenever possible and only drawing on the virtual private server itself if there is a need for an active process. […]
See MoreWhat is suPHP ? Why use suPHP ?
What is suPHP ? suPHP is a tool for executing PHP scripts with the permissions of their owners or a program that controls who can access certain files. All scripts executed on the server need to be authorized to run on the server. This enhances security by not running scripts as the web server user […]
See More
You must be logged in to post a comment.