Wednesday, August 18th, 2010 at 4:19 pm
Question by Gorbit: Why wont apache start?
I have just installed Fedora 9 on my machine and I am trying to run the version of apache that was installed on it.
The problem I am having is that if try to bind to ports 80 or 443 and then start it using “# service httpd start” it fails to start and says the following:
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]
Does anyone know why this may be happening?
Also, I forgot to mention in my initial post. I have checked to make sure that nothing is bound to port 80 using “netstat -anp | grep :80″ – which returned nothing.
Best answer:
Answer by CityZen
It looks like you left out a hostname or IP address specification somewhere, since [::]:80 or 0.0.0.0:80 is not a valid host:port specification.
Give your answer to this question below!
Sunday, August 8th, 2010 at 10:18 am
Question by cagurlsrule212121: apache is giving me some problems where its not letting me connect to the server can anyone help me step by…
step
(OS 10048) Only one usage of each socket address (protocol/network/address/port) is normally permitted. :make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down, unable to open logs
In summary, I have a Windows machine running Windows XP Pro SP2 that has 2 Web Servers installed on it. The first one is Apache which I did not install and was assigned to ip address, xxx.xxx.xxx.74. For another project that my client has going, the WebCrossing Web Server was installed and assigned to ip address, xxx.xxx.xxx.78. If I type in the ip address for the WebCrossing Web Server, I get the correct website. If I type in the ip address for the Apache Server I get the Page is Under Construction Message which appears to be in the default c:\inetpub\wwwroot directory which leads me to believe that MS IIS is started. However, when I issue the iisrestart /stop command and go to the ip address for the Apache Server I still get the Page is Under Construc
Best answer:
Answer by the sexest girl kekei
i dont no
Know better? Leave your own answer in the comments!
Friday, August 6th, 2010 at 10:18 am
Question by cagurlsrule212121: apache is ittitating me can anyone help me step by step?
(OS 10048) Only one usage of each socket address (protocol/network/address/port) is normally permitted. :make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down, unable to open logs
In summary, I have a Windows machine running Windows XP Pro SP2 that has 2 Web Servers installed on it. The first one is Apache which I did not install and was assigned to ip address, xxx.xxx.xxx.74. For another project that my client has going, the WebCrossing Web Server was installed and assigned to ip address, xxx.xxx.xxx.78. If I type in the ip address for the WebCrossing Web Server, I get the correct website. If I type in the ip address for the Apache Server I get the Page is Under Construction Message which appears to be in the default c:\inetpub\wwwroot directory which leads me to believe that MS IIS is started. However, when I issue the iisrestart /stop command and go to the ip address for the Apache Server I still get the Page is Under Construction Message.
I’m very confused as to what is going on and would like to get the Apache Web Server and WebCrossing Web Server running on the same box. Any help would be greatly appreciated!
Best answer:
Answer by utdream
I’m pretty much a Linux guy myself, but that error message indicates that there’s already something using port 80. So – either apache is already running and listening to port 80, WebCrossing is already online and listening on port 80, or IIS is already running and listening on port 80.
That means that you have more then 1 problem…
Problem 1) No web server should be listening on port 80 – but it appears that 2 are
Problem 2) You need assistance configuring your instance of apache.
If this were a Linux machine, your config could be edited by editing the httpd.conf file. Perhaps windows has something similar.
HTH!
Give your answer to this question below!
Sunday, June 27th, 2010 at 10:18 am
Question by aac_flash: how can i migrate a linux server (apache, mysql, bind, squid, postfix, etc) for a new machine?
I want to migrate my linux server from an old machine to a new one. This server runs many services as mail, ftp, dns, proxy, database, web server, etc. It’s an Ubuntu server 6.01 in both pcs, with grub. In the new machine i’m using RAID 1 by software with /boot – / – /var – swap. The old one has no RAID. Could i use RSync to do the job. I tried before by making a tar file with all my partitions and extract it in the new machine using an nfs share but the new machine can’t boot after this. Any ideas?
Best answer:
Answer by Joe M
My suggestion would be to either put the old drive containing your linux partition into a USB external HDD box and plug it into the new machine, or temporarily put an IDE controller into the new machine alongside the RAID and then use a utility like norton ghost to copy it onto a partition on your new raid drive.
Good luck.
Know better? Leave your own answer in the comments!
Monday, May 24th, 2010 at 6:28 pm
I have just installed Fedora 9 on my machine and I am trying to run the version of apache that was installed on it.
The problem I am having is that if try to bind to ports 80 or 443 and then start it using “# service httpd start” it fails to start and says the following:
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]
Does anyone know why this may be happening?
Also, I forgot to mention in my initial post. I have checked to make sure that nothing is bound to port 80 using “netstat -anp | grep :80″ – which returned nothing.