Linux CentOS Installation httpd

Source: Internet
Author: User
Tags fully qualified domain name

1. View and install the server install compiler make GCC gcc-c++

View: Rpm-q gcc-c++

2. View the status of SELinux and Iptables

3. Create a new folder in the root directory lamp

4. Uploading a package using WINSCP

5. Unzip the tarball tar-zxf httpd ......

6. Compiling

CD Apache
./configure--prefix=/usr/local/apache2--enable-module=so//There are more options
Make
Make install

Note: Httpd:could not reliably determine the server's fully qualified domain name, using 111.111.111.10 for ServerName is normal

7. Start httpd

/usr/local/apache2/bin/apachectl start

8. See if the process starts

Ps-le | grep httpd

9. root directory Folder location

/usr/local/apache2/htdocs/

10. How to start each boot

echo "/usr/local/apache2/bin/apachectl start" >>/etc/rc.d/rc.local

Related Article

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.