qualified domain name, using 192.168.1.122 for Servernamesyntax OKAlthough the syntax is fine, there is something similar to warning: httpd:could not reliably determine the server's fully qualified domain
Httpd:could not reliably determine the server ' s fully qualified domain name, using 127.0.0.1 for ServerName
The workaround is simple:
root@raspberrypi:/etc/apache2# VI apache2.conf
# Include The virtual host configurations:
ServerName localhost:80
Include sites-enabled/
root@raspberrypi:/etc/apache2# Service Apache2
[[Email protected] sbin]# service httpd startStarting Httpd:httpd:apr_sockaddr_info_get () failed for LuozhonghuaHttpd:could not reliably determine the server ' s fully qualified domain name, using 127.0.0.1 for ServerName(98) Address already in use:make_sock:could not bind to address [::]:80(98) Address already in use
Start Apache encountered error: Httpd:could not reliably determine the server ' s fully qualified domain name[[email protected] httpd-2.2.4]#/usr/local/apache/bin/apachectl startHttpd:could not reliably determine the server ' s fully qua
Ttpd:could not reliably determine the server ' s fully qualified domain name, using 127.0.0.1 for ServerNameThe workaround is simple:#vim/web/apache/conf/httpd.conf (here/web/apahce is the directory where I installed Apache, you should install it by default/usr/local/apache2/icons)Find #servername www.example.com:80 to
Address: http://digitaldeviation.com/articles/linux/apache-error-could-not-reliably-determine-the-servers-fully-qualified-domain-name
When starting Apache for the first time or after a networking change you get the following error:
Httpd: cocould not reliably determine the server's
[[Email protected]~]#/usr/local/apache2/bin/apachectl StartHttpd:could not reliably determine the server ' s fully qualified domain name, Usinglocalhost.localdomain for ServerNameAnalysis: This error message indicates Apache unable to completely determine the server's fully
1, you restart Apache2 is an error as follows:* Restarting Web server apache2 apache2:could not reliably determine the server ' s fully qualified domain name, using 192. 168.11.18 for ServerName... waiting apache2:could not reliably determine the server ' s fully
When the system starts Apache, it does not start up. Check the "Event Viewer" and some errors are reported:
The Apache service named reported the following error:>>> Httpd.exe: cocould not reliably determine the server's fully qualified domain name, using 192.168.0.200 for servername
Go back and check the Apache Lo
/usr/local/httpd/bin/apachectl startAH00558:httpd:Could not reliably determine the server ' s fully qualified domain name, using Localhost.localdomain. Set the ' ServerName ' directive globally to suppress this messageApache initiates the workaround for this error:Change the ServerName in Apache config file httpd.conf
[[email protected] httpd-2.2.4]#/usr/local/apache/bin/apachectl starthttpd:could not reliably determine the server ' s fully qualified domain name, using 127.0.0.1 for ServerName1) Enter Apache installation directory: (depending on individual installation) [[email protected] ~]# cd/usr/local/apache/conf2) Edit the http
After installing APACHE-HTTPD, the start times error is as follows:[[Email protected] app]# service httpd startstarting Httpd:httpd:apr_sockaddr_info_get () failed for ppthttpd:could not Reliably determine the server ' s fully qualified domain name, using 127.0.0.1 for ServerName [OK]Resolved as follows:1. Edit the htt
I. Solve the APR and APR-util errors:
1.1 install APR:
[[emailprotected] httpd-2.2.23]# cd srclib/apr[[emailprotected] apr]# ./configure --prefix=/usr/local/apr root@ganglia apr]# make make install
1.2 install Apr-util:
[[emailprotected] apr]# cd ../apr-util/[[emailprotected] apr-util]# ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr[[emailprotected] apr-util]# make make install
1.3 install Apache and add parameters (-- With-Apr =/usr/local/APR -- With-Apr-util =/usr/loc
Solve httpd: cocould not reliably determine the server's fully qualified domain name
After installing Apache, restart Apache to see httpd: cocould not reliably determine the server's fully qualified
[[Email protected]]# service httpd startStarting Httpd:httpd:apr_sockaddr_info_get () failed for RuskyHttpd:could not reliably determine the server ' s fully qualified domain name, using 127.0.0.1 for ServerName***********************Workaround:To modify the httpd.conf configuration file:vi/etc/httpd/conf/httpd.conf ad
[[Email protected] sbin] # service httpd start
Starting httpd: apr_sockaddr_info_get () failed for luozhonghua
Httpd: cocould not reliably determine the server's fully qualified domain name, using 127.0.0.1 for servername
(98) address already in use: make_sock: cocould not bind to address [:]: 80
(98) address already i
When the Apache Boot httpd service is installed, httpd:could not reliably determine the server's fully qualified domain name, using XXX for Serverna MeFind a lot of information on the Internet, called Modify the httpd/conf/httpd.conf configuration file installed in the Apache root directory1. Open apache_home/httpd/con
Httpd:could not reliably determine the server ' s fully qualified domain name, using 127.0.0.1 for ServerName
The workaround is simple:
#vim/web/apache/conf/httpd.conf (here/web/apahce is the directory where I installed Apache, you should install it by default/usr/local/apache2/icons)
Find #servername www.example
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.