Install apache2 in Ubuntu

Source: Internet
Author: User
Tags tar unzip

Steps to manually install apache2 in Ubuntu:

First, create the apache2dir folder under the/usr/local directory as the installation directory of apache2. The installation is as follows:

Step 1: Download apache2 source code from the official website: apache2_2.2.17.orig.tar. Put the source code in the root directory/soft and create the soft folder under the root directory.

Step 2: Enter the soft directory, terminal input: tar-xvf apache2_2.2.17.orig.tar unzip the source code, after decompression will see the httpd-2.2.17 folder

Step 3: Enter the httpd-2.2.17 folder and enter:./configure -- prefix =/usr/local/apache2dir -- enable-module = so under the terminal

Step 4: Step 3, input: make, and then input make install

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.