Install and set Apache2 under Ubuntu

Source: Internet
Author: User

Install Apache in Ubuntu

Installation instructions: sudo apt-get install apache2

After the installation is complete:

The resulting start and stop files are:/etc/init.d/apache2

Start: sudo apache2ctl-k start

Stop: sudo apache2ctl-k stop

Reboot: sudo apache2ctl-k restart

Configuration file Guaranteed:/etc/apache2

It is necessary to note that the generic Apache Release configuration file is:

httpd.conf

The main configuration file for the Ubuntu release is:

Apache2.conf

The following files are referenced in apache2.conf:

# contains configuration of dynamic modules:

Include/etc/apache2/mods-enabled/*.load

Include/etc/apache2/mods-enabled/*.conf

# contains the user's own configuration:

Include/etc/apache2/httpd.conf

# contains the configuration of the Port listener:

Include/etc/apache2/ports.conf

# contains a generic configuration statement fragment:

include/etc/apache2/conf.d/

# contains configuration directives for the virtual host:

include/etc/apache2/sites-enabled/

Modify Httpd.conf

Add the following:

ServerName 127.0.0.1:80

For further configuration and use, you can access the Apache manual.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.