This is a discussion on Re: Apache won't start within the Windows Web Servers forums, part of the Web Server and Related Forums category; On 11 Jul 2003 05:50:35 -0700, The Other Guy responded to a post from kristoltaylor@hotmail.com (Amethyst) ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 11 Jul 2003 05:50:35 -0700, The Other Guy responded to a post from
kristoltaylor@hotmail.com (Amethyst) who wrote in comp.infosystems.www.servers.ms-windows: >I'm assuming this is a really simple problem since I haven't seen it >posted anywhere. But, I can't figure it out. I installed jakarta 3.3.2 >to work with jboss. When I start Apache I get the following error: > >(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 > >Note the errors or messages above, and press the <ESC> key to exit. >25... > >I'm not even sure what to ask other than how do I fix this. :) It means that something is running (listening) to that port already. You may have set jakarta to run there, but I believe it should be set to 8000 ???. Check the documentation. Basically, you have another app that is using port 80 and that is what Apache uses by default. you could also change the port Apache runs on to something like 8080, but then users have to type http://www.yourdomain.com:8080. HTH TOG -- ../configure --prefix=~/zyterion Not this guy or that guy, The Other Guy. This spot may contain a satirical comment or comedic source, and is meant to be funny. If you are easily offended, gullible or don't have a sense of humour we suggest you read elsewhere. |
| Thread Tools | |
| Display Modes | |
|
|