Installation and Basic Configuration of Apache Web Server

Hello world, previously we post the definition of web server and how it works. So here how to configure web server using apache.

Install apache2 package

Check using nmap

Check the web server using a browser http://localhost. If it appears like this then it works

Installing PHP5

Perform testing on php5

If it looks like the picture above then work and type http: //localhost/index.php. If the result looks like the picture below then it works

Install mysql

At the time of the installation process is told to go to the root is useful if we need to create a database.

Test Mysql service using nmap


Comments

Popular posts from this blog

Quantization of Image Data Implementation in C#

Computer Graphics Project "Planet Orbit" Source Code with Glut OpenGL

Computer Graphics Project "MINION" Source Code with Glut OpenGL