httpd server is down.

xantini

Verified User
Joined
Mar 2, 2009
Messages
8
Location
Norway
The service 'httpd' on server server.get2the.net is currently down, i get in my mail.

Subject: The service 'httpd' on server server.get2the.net is currently down Today at 11:24
This message has been automatically generated notifying you that the service httpd is currently down.


if i try to click Start, Stop, Restart or Reload

An error has occurred

Details

/sbin/service httpd start 2>&1



In ssh i get this message

root@server /]# /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [Sun Nov 01 14:19:28 2009] [warn] module php5_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

[root@server /]#


If I reboot my server is all okey, but one day later is my httpd server down.


Thanks for any help

Best regards form Morten Buljo
 
[root@server p247com]# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Sun Nov 01 19:43:28 2009] [warn] module php5_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

[root@server p247com]# /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [Sun Nov 01 19:43:43 2009] [warn] module php5_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

[root@server p247com]# netstat -lnp | grep :80
tcp 0 0 :::80 :::* LISTEN 12839/ixko.pl

[root@server p247com]# locate ixko.pl
[root@server p247com]#
 
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
 
[root@server p247com]# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Sun Nov 01 19:43:28 2009] [warn] module php5_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

[root@server p247com]# /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [Sun Nov 01 19:43:43 2009] [warn] module php5_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

[root@server p247com]# netstat -lnp | grep :80
tcp 0 0 :::80 :::* LISTEN 12839/ixko.pl

[root@server p247com]# locate ixko.pl
[root@server p247com]#
try: lsof -p 12839
 
try to rebuild apache

cd /usr/local/directadmin/custombuild
./build update
./build apache
./build php n
./build rewrite_confs
 
try: lsof -p 12839
Zhenyapan the noted post is from 2009. Its MAXpower that needs help.
Nov 1, 2009
[root@server p247com]# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Sun Nov 01 19:43:28 2009] [warn] module php5_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind t
 
Last edited:
That's why all posts older than 2 weeks must be closed, and reopened only by DA staff :)
 
2 weeks is a bit short, but posts older then like 3-6 months... sure.
It would be better if users opened their eyes a bit better and just think of creating new threads, even for the same issues.
 
Hi All,

My server today morning down and show me this error:

This message has been automatically generated notifying you that the service httpd is currently down.

Why this happens?

PS. i fix it within this solution but I want prevent it in the future.

try to rebuild apache

cd /usr/local/directadmin/custombuild
./build update
./build apache
./build php n
./build rewrite_confs
 
Back
Top