(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 80
Post Description:
Post Tags: 98address, already, in, use, make, sock, could, not, bind, to, address, 80
This Post Has Been Viewed 6632 Times Since Wed Dec 31, 1969 4:33 pm Posted By linuxuser with 9 replies
| (98)Address Already In Use: Make_sock: Could Not Bind To Address 80 |
|
hi there, was wondering if you could help me with this error i am getting. i was trying to restart my apache server on my linux machine when i got this error i have never seen before, can anyone tell me what this error means?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# /etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: (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
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
but when i did it again, i was able to get my httpd apache server to restar, but i was just wondering what this mean?
thanks
Leave Your Comments [ dejar commentarios ]
Comments and replies About (98)Address Already In Use: Make_sock: Could Not Bind To Address 80
:: 1 :: #1850 - Reply By tartl On Thu Apr 26, 2007 11:36 am
if for some reason you are still having problems, you can edit your httpd.conf file and look for where it says:
Listen :443
comment out this line and restart your web server and it should work. i would also try rebooting your machine if it continues. by rebooting, you will reload all your applications.
:: 2 :: #22775 - Reply By Ravikumar On Wed Oct 03, 2007 10:29 pm
# /etc/init.d/httpd restart
stopping httpd: [ failed ]
starting httpd: (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
[failed]
:: 3 :: #34276 - Reply By Goitom Seyoum On Thu Jan 03, 2008 12:06 am
there could be several reasons for this to happen, however the case that happened to me was that i had setup an ip address that was provided by an isp (leased based) for apache to listen for requests and that ip was expired.
:: 4 :: #35554 - Reply By gangadhar On Wed Jan 09, 2008 5:35 am
# /etc/init.d/httpd restart
stopping httpd: [ failed ]
starting httpd: (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
[failed] what will i do my http server is no runnig plz send reply
:: 5 :: #36201 - Reply By paddy On Sat Jan 12, 2008 11:21 pm
i had the same problem. commneting the listen 80 line httpd.conf line and then restarting the httpd service fixed my issue.
i am using port formwarding dynamicdns
:: 6 :: #38653 - Reply By EliasHickman On Mon Jan 28, 2008 4:38 pm
i also had the same problem. when i commented out listen 80 in my /etc/httpd/conf/httpd.conf file on my fedora 8 box, it worked like a charm.
:: 7 :: #43918 - Reply By aa_gen On Sun Mar 02, 2008 11:15 am
hello :)
in /etc/httpd/ do :
find . | xargs grep "0.0.0.0:80"
you will find some files
( for me : this command return in exemple)
./conf.d/system-config- value from 0.0.0.0:80 to *:80
in every file found
:: 8 :: #43920 - Reply By aa_gen On Sun Mar 02, 2008 11:19 am
hello :)
in /etc/httpd/ do :
find . | xargs grep "0.0.0.0:80"
you will find some files
( for me : this command return in exemple)
./conf.d/system-config- value from 0.0.0.0:80 to *:80
i have made the change for two files
/etc/httpd/httpd.conf
/etc/h
:: 9 :: #50739 - Reply By Ken On Sat Apr 19, 2008 6:42 am
i also had the same problem. when i commented out listen 80 in my /etc/httpd/conf/httpd.conf file on my fedora 8 box, it worked like a charm.