I am installing the Apache-2.0.44 process under Redhat Linux 6.2

Source: Internet
Author: User
I am the first time oh ... Cost me an all-night, failed four times, finally installed successfully found that the original is their own carelessness, Hongo, just loaded Apache to come up to the successful installation of the process written down ... This article is dedicated to the first Super rookie to contact Linux like me, ^_^
When I install redhat6.2, FTP and HTTP and database are not installed, basically just installed XFree86.
Preparatory work:
Run Lynx download apache-2.0.44.tar.gz at the command line
#cd/USR/LOCAL/SRC
#lynx http://www.apache.org/dist/httpd/httpd-2.0.44.tar.gz
Save as/usr/local/src/httpd-2.0.44.tar.gz after downloading, press ' Q ' and answer y exit Lynx
To begin the installation:
#cd/USR/LOCAL/SRC
#tar ZXVF httpd-2.0.44.tar.gz
#cd/usr/local/src/httpd-2.0.44
#./configure--prefix=/usr/local/servers/apache2
(Note:--prefix=/usr/local/servers/apache2 This option is its own set of Apache installation purposes directory)
Wait, wait. , the configuration is over
#make
This make seems to wait for n years ... It's hard.
#make Install
Simple configuration:
#cd/usr/local/servers/apache2/conf
#vi httpd.conf
Edit httpd.conf, press the Insert button on the keyboard, turn the page, find #servername xxxxx:80, the ServerName before the # removed, the xxxxx changed to its own machine full name, such as I changed to ServerName pig.home.cn The key is to change group #-1 to group Nobody, if it is omitted, then Apache is not able to start. Finally press the ESC key, input: Wq Enter to save and Exit VI Editor.
Start Apache:
#cd/usr/local/servers/apache2/bin
#./apachectl start
To test whether Apache is working, the exciting time has come, command line input:
#lynx http://localhost
Wow, really see the home page Yes ~ ~ ~ ~ ~
There will be a blackout during the day ... Java, JSP, and PHP can only be installed in the evening. Sigh
Forget to say, stop Apache is
#cd/usr/local/servers/apache2/bin
#./apachectl stop
Oh

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.