I v run d netstat and no result(i.e no process is listening on port 1010). Also I telnet 127.0.0.1 1010 just 2 confirm that no process is using the port. I can't figure out why the port(and any other except 80) would not work! ------Original Message------ From: John R Pierce Sender: centos-bounces@centos.org To: centos@centos.org ReplyTo: CentOS mailing list Subject: Re: [CentOS] Apache : Listen on ports other than 80 Sent: Sep 28, 2012 9:41 PM
On 09/28/12 1:30 PM, adekunleadekoya@gmail.com wrote:
I saw this error msg : 'permission denied:make_sock : could not bind to address 0.0.0.0:1010. No listening sockets available,shutting down' .
is another process listening on 1010 ?
netstat -an |grep :1010
look for lines with LISTEN on the end ...