Tutorial on architecture Web website server on UbuntuLinux
Source: Internet
Author: User
Apache is a powerful Web server. Nowadays, countless Apache servers running on Linux on the Internet are providing powerful support for the increasingly prosperous Web world. This article will show you how to quickly build an ApacheWeb server in the UbuntuLinux system. Although Ubuntu is a new Linux branch, the Ubuntu Organization provides a wide range of support software for Apache, which can be obtained from the CD of the release version, apache is a powerful Web server. Nowadays, countless Apache servers running on Linux on the Internet are providing powerful support for the increasingly prosperous Web world. This article will show you how to quickly build an Apache Web server in Ubuntu Linux.
Although Ubuntu is a new Linux branch, the Ubuntu Organization provides a wide range of support software for Apache, which can be obtained from the CD of the release version, it can also be easily downloaded from the official site. Therefore, Ubuntu is very suitable for serving as a Web server platform.
1. install Apache
Next, we will first introduce how to install Apache. The installation command is as follows:
$ Sudo apt-get install apache2
Run Apache and the command is as follows:
$ Sudo/etc/init. d/apache2 restart
During installation, Apache creates a directory:/var/www, which is the root directory for storing documents on the server. You only need to enter http: // localhost/or the IP address of the machine in the address bar of the browser to access all documents placed in this directory.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.