S
S
Shing2015-12-11 01:25:08
linux
Shing, 2015-12-11 01:25:08

What's wrong with starting httpd?

Can't start httpd.

/usr/lib64$ service httpd restart
httpd: apr_sockaddr_info_get() failed for name32
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Stopping httpd: [FAILED]

[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 91.23.210.178:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 168.35.8.210:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 168.35.8.211:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 168.35.8.208:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 168.35.8.209:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 145.202.134.179:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 158.35.234.49:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 158.35.234.48:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 158.35.234.51:8080 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 158.35.234.51:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 158.35.234.50:8443 has no VirtualHosts
[Fri Dec 11 01:17:31 2015] [warn] NameVirtualHost 145.202.135.49:8443 has no VirtualHosts
(99)Cannot assign requested address: make_sock: could not bind to address 158.35.234.48:80
no listening sockets available, shutting down
Unable to open logs
Starting httpd: [FAILED]

httpd logs for today are empty.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Chernousov, 2015-12-11
@tech22

Cannot attach to port 80 of interface 158.35.234.48. Here, either the address on the interface has changed, and it is written in the config to listen hard to this interface, or another copy of the unfinished apache has already captured the address.

V
Vlad Zhivotnev, 2015-12-11
@inkvizitor68sl

Apparently you are not starting as root.

I
Igor Alyakimov, 2015-12-11
@kaiten

Domain name32 does not exist, Apache is trying to translate it into ip.
Write it to /etc/hosts

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question