Httpd:could not reliably determine the server ' s fully qualified domain name

Source: Internet
Author: User
Tags fully qualified domain name

[[Email protected]~]#/usr/local/apache2/bin/apachectl Start

Httpd:could not reliably determine the server ' s fully qualified domain name, Usinglocalhost.localdomain for ServerName

Analysis: This error message indicates Apache unable to completely determine the server's fully qualified domain name to use using Localhost.localdomain for ServerName

      In short, you're not in the config file httpd.conf apache hostname of the server (ServerName) apache The host name of the server cannot be known and has to be localhost.localdomain the name to replace.

Solution: We only need to Apache installation directory /conf/httpd.conf files are enabled ServerName configuration instructions can be

#ServerName www.example.com:80

Apache the configuration file httpd.conf The default is the above directive, but Apache The Directive statement was added before the # comment out the statement, we just need to remove # number, and then restart Apache can be


Httpd:could not reliably determine the server ' s fully qualified domain name

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.