So we have seen how we can test the web server and the MySQL server, we of course, can test the PHP installation as well. In its simplest for we can run PHP as a…
Our classic LAMP server a recipe of Linux, Apache, MySQL and PHP, We will use SUSE Linux Enterprise Server SP3 for these exercise. We will use MySQL as the database server but if you want…
We will first create a new logical volume and copy the contents of the CentOS installation DVD to the new volume. With that in place we install the Apache web server into CentOS 6.3 with…
In this video we look to install the Apache web server onto SUSE Linux. The default web directory for Apache on SUSE is /srv/www/htdocs/; in order to maintain all web pages in their own separate volume…
Scripting is your lifesaver as a sysadmin, it gives you time for other things, such as the beach, bike, whatever. We are going to take a quick look creating Apache virtual hosts from a bash…
One thing you will certainly need to do with your Apache web server is being able to execute CGI scripts, server-side scripts, on the server. For this we will have to enable a few modules…