You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jason Henderson <ri...@freaksstaff.com> on 2006/03/20 23:58:29 UTC

[users@httpd] apache check

can anyone tell me what this means please

i ran the test config and this is the reply i got

only one usage of each socket address(protocol/network address/port) is 
normally permitted : make_sock could not bind to address 192.168.1.100:8080
no listening sockets available shutting down
unable to open logs

thank you


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache check

Posted by Jason Henderson <ri...@freaksstaff.com>.
Garry Taylor wrote:
> Jason Henderson wrote:
>
>> can anyone tell me what this means please
>>
>> i ran the test config and this is the reply i got
>>
>> only one usage of each socket address(protocol/network address/port) 
>> is normally permitted : make_sock could not bind to address 
>> 192.168.1.100:8080
>> no listening sockets available shutting down
>> unable to open logs
>>
>> thank you
>>
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server 
>> Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
> looks like some other demon is using port 8080. Try running a "lsof -n 
> | grep 8080" to find out what it is.
> Giz
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server 
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
where do i run this from as i tried from run in the start menu and got 
told can't find it tried running from inside msdos and was told not 
recognized as internal or external command, operable program or batch file

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache check

Posted by Scott Smyth <ss...@sapereconsulting.com>.
Another process is already running and attached
to port 8080 most likely.  You will see the same
issue when starting other daemons twice when
the first instance is still running and bound
to the port.  Maybe httpd was still running?
I have done that many times myself.

Scott

Garry Taylor wrote:
> Jason Henderson wrote:
> 
>> can anyone tell me what this means please
>>
>> i ran the test config and this is the reply i got
>>
>> only one usage of each socket address(protocol/network address/port)
>> is normally permitted : make_sock could not bind to address
>> 192.168.1.100:8080
>> no listening sockets available shutting down
>> unable to open logs
>>
>> thank you
>>
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
> looks like some other demon is using port 8080. Try running a "lsof -n |
> grep 8080" to find out what it is.
> Giz
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 


-- 
Scott Smyth, consultant
ssmyth@sapereconsulting.com
206-851-0979

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache check

Posted by Garry Taylor <gi...@gbdesign.net>.
Jason Henderson wrote:

> can anyone tell me what this means please
>
> i ran the test config and this is the reply i got
>
> only one usage of each socket address(protocol/network address/port) 
> is normally permitted : make_sock could not bind to address 
> 192.168.1.100:8080
> no listening sockets available shutting down
> unable to open logs
>
> thank you
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server 
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
looks like some other demon is using port 8080. Try running a "lsof -n | 
grep 8080" to find out what it is.
Giz

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org