Hi,
I followed this and update apache/php
http://files.directadmin.com/services/custombuild/1.1/
After that, apache does not start anymore.
[root@web ~]# netstat -plan | grep :80
[root@web ~]# /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: [Tue Jun 22 15:57:09 2010] [warn] module php5_module is already loaded, skipping
[Tue Jun 22 15:57:09 2010] [warn] NameVirtualHost xxx.xx.159.247:443 has no VirtualHosts
(98)Address already in use: make_sock: could not bind to address [::]:80
[ OK ]
[root@web ~]# netstat -plan | grep :80
[root@web ~]# /etc/init.d/httpd stop
Stopping httpd: [FAILED]
[root@web ~]# netstat -plan | grep :80
[root@web ~]# /etc/init.d/httpd start
Starting httpd: [Tue Jun 22 15:57:31 2010] [warn] module php5_module is already loaded, skipping
[Tue Jun 22 15:57:31 2010] [warn] NameVirtualHost xxx.xx.159.247:443 has no VirtualHosts
(98)Address already in use: make_sock: could not bind to address [::]:80
[ OK ]
[root@web ~]# netstat -plan | grep :80
[root@web ~]#
There is nothing occupying port:80
at all, and the logs just show what it is showing there.. that it could not bind to address [::]:80 [is it ipv6 ?]
[root@web ~]# httpd
[Tue Jun 22 15:58:54 2010] [warn] module php5_module is already loaded, skipping
[Tue Jun 22 15:58:54 2010] [warn] NameVirtualHost xxx.xx.159.247:443 has no VirtualHosts
(98)Address already in use: make_sock: could not bind to address [::]:80
[root@web ~]#
Please suggest.
I followed this and update apache/php
http://files.directadmin.com/services/custombuild/1.1/
After that, apache does not start anymore.
[root@web ~]# netstat -plan | grep :80
[root@web ~]# /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: [Tue Jun 22 15:57:09 2010] [warn] module php5_module is already loaded, skipping
[Tue Jun 22 15:57:09 2010] [warn] NameVirtualHost xxx.xx.159.247:443 has no VirtualHosts
(98)Address already in use: make_sock: could not bind to address [::]:80
[ OK ]
[root@web ~]# netstat -plan | grep :80
[root@web ~]# /etc/init.d/httpd stop
Stopping httpd: [FAILED]
[root@web ~]# netstat -plan | grep :80
[root@web ~]# /etc/init.d/httpd start
Starting httpd: [Tue Jun 22 15:57:31 2010] [warn] module php5_module is already loaded, skipping
[Tue Jun 22 15:57:31 2010] [warn] NameVirtualHost xxx.xx.159.247:443 has no VirtualHosts
(98)Address already in use: make_sock: could not bind to address [::]:80
[ OK ]
[root@web ~]# netstat -plan | grep :80
[root@web ~]#
There is nothing occupying port:80
![Confused :confused: :confused:](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f615.png)
[root@web ~]# httpd
[Tue Jun 22 15:58:54 2010] [warn] module php5_module is already loaded, skipping
[Tue Jun 22 15:58:54 2010] [warn] NameVirtualHost xxx.xx.159.247:443 has no VirtualHosts
(98)Address already in use: make_sock: could not bind to address [::]:80
[root@web ~]#
Please suggest.