udiniqgeek
Thinks about OS Linux Ubuntu | Ubuntu Tutorials
HOW TO MAKE MONEY by INTERNET
sfi

Install a Local Web Server on Ubuntu






Web server is a server software that functions accept HTTP or HTTPS requests from clients which is known as a web browser and sends the results back in the form of web pages that usually form an HTML document.

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:~# aptitude update && aptitude 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://ip_address_of_the_computer_webserver and writing IT'S WORK! then the web server is running normally.

To put file2 html or php which you'll use as a website please put the web server folder ubuntu /var/www .

SITE ARCHIVE
udiniqgeek
Thinks about OS Linux Ubuntu | Ubuntu Tutorials
Copyright©2009 | UdiniqGeek.com - Thinks about OS Linux Ubuntu - Ubuntu Tutorials | Contact Us | :: RSS | [Valid RSS]