How to make Web Server with Linux

a web browser and sends the results back in the form of web pages that usually form an HTML document.

Before you install do not forget to be prepared as follows :

  • Web server with apache2 on Ubuntu Linux
  • Ip address of Web server i use 211.172.16.33/29

Here I install apache2 as web server on ubuntu linux and I plan to add drupal in apache2.
In a Web server installed on ubuntu that needs to be installed are as follows :

  • apache2
  • php5
  • mysql server
  • libapache2
  • mysql
  • php5-mysql
  • phpmyadmin

To install a web server in ubuntu we are using apache, the following steps :

root@server:~# apt-get install apache2 php5 mysql-server libapache2-mod-auth-mysql php5-mysql phpmyadmin

During the installation process to note is the mysql password not to forget that this mysql password which we will use in making the needs of the database.

If the process is complete apache2 install to check if the web server running normally, Please open your browser and type in any http://211.172.16.33 .

To put website page which you’ll use as a website please put at folder /var/www .

Publish on October 18th, 2011 under Ubuntu by udiniq | No Comments »

Berikan Komentar Anda

= 5+4 (Wajib dijumlahkan)