Apache server with ipv6 configuration under Fedora

Source: Internet
Author: User
Operating system: Fedora14Web version: Apache2.2.17 prerequisite must support IPv6. first, Apache2.2.17 itself has nearly supported IPv6. Apache installation is not detailed. This can be done by google, for example: # yumsearchapache // If yes, please select the required package & nbsp; # yumin

Operating system: Fedora 14

Web version: Apache2.2.17

IPv6 must be supported

First, Apache2.2.17 itself supports IPv6. Apache installation is not described in detail. This can be done by google.

For example:

# Yum search apache // If yes, select the required package

 

# Yum install apache // install the apache service. if other libraries are required during installation, install the service by yourself.

Second, configure Apache httpd. conf. if it is installed by Fedora 14, go to/etc/httpd/conf/httpd. conf here.

# Vi/etc/httpd/conf/httpd. conf

Modify Listen:

Listen *: 80

(Note: ipv6 addresses cannot be bound. I don't know who can tell me this. thank you ~)

Modify other settings as needed.

Finally, start the Apache service

If it is automatically installed, then: # apachectl start

Otherwise, you can: # service httpd start

General method: in the bin in your apache installation directory: #./httpd-k start

Verification method:

Http: // [: 1]/

Http: // 127.0.0.1/

When accessing a remote host, use the Global unicast address on the server. when I use the local link address, it cannot be accessed.

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.