Httpd:could not reliably determine the server's fully qualified domain name, using:: 1 for ServerName

Source: Internet
Author: User
Tags fully qualified domain name

Cause of the problem:

HTTPD the service profile and does not set the resolve root address to reliably determine the fully qualified domain name of the server

How to solve?

  HT The tpd configuration file is placed in the/etc/httpd/conf/directory, the servername annotation is removed, and the www.example.com:80 replaced with 127.0.0.1:80

Cat httpd.conf |grep ' ServerName ' # query domain settings sed ' [email protected] #ServerName WWW.E Xample.com:[email protected] 127.0.0.1:[email protected] ' httpd.conf |grep ' ServerName ' # Pre-replace and view results sed-i ' [email PR Otected] #ServerName www.example.com:[email protected] 127.0.0.1:[email protected] ' httpd.conf |grep ' ServerName ' # Replace C At httpd.conf |grep ' ServerName ' # query replacement results

  

  

Httpd:could not reliably determine the server's fully qualified domain name, using:: 1 for ServerName

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.