Apache2 No listening Sockets available


 
Thread Tools Search this Thread
Operating Systems Linux SuSE Apache2 No listening Sockets available
# 1  
Old 09-12-2008
Apache2 No listening Sockets available

I installed Apache2 and Gadmin-Httpd on Suse after installation I got a error message no listening sockets available when start apache.

Please advise, I check lot of forums but unable to find solution
# 2  
Old 09-12-2008
I've seen this, in my case I had another HTTP server listening on port 80. Check with "netstat -na | grep 80" and look for listeners - other WWW server, skype or similar. Then disable it and restart apache. Else, you can always specify apache to run on different port, 8080 for example, but you have to access it everytime as : your-server.net:8080.
HTH somehow.
# 3  
Old 09-12-2008
I do not see any application running at port 80, see log

s01:~ # netstat -na | grep 80
unix 3 [ ] STREAM CONNECTED 13802 /tmp/.esd-0/socket
unix 3 [ ] STREAM CONNECTED 13801
unix 3 [ ] STREAM CONNECTED 13800 /tmp/orbit-root/linc-d32-0-28acf9ad2040e
unix 3 [ ] STREAM CONNECTED 13680 /tmp/orbit-root/linc-ca1-0-563fbc63935c
unix 3 [ ] STREAM CONNECTED 11880 /tmp/orbit-root/linc-d0a-0-c5f84973afd4
unix 3 [ ] STREAM CONNECTED 11805 /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 11804
unix 3 [ ] STREAM CONNECTED 11803 /tmp/orbit-root/linc-ca1-0-563fbc63935c
unix 3 [ ] STREAM CONNECTED 11802
unix 2 [ ] DGRAM 11801
unix 3 [ ] STREAM CONNECTED 11280
unix 3 [ ] STREAM CONNECTED 4680 @/var/run/hald/dbus-Mj9ZY6Ua7t
# 4  
Old 09-15-2008
Then start troubleshooting apache itself, look at the logs, turn them on Debug level, see what they have to say. Again, make sure that no other application is running, that may interfere with apache's work. As a final resort, since I'm not sure what you've done, you may reboot the machine, and then start apache.
# 5  
Old 09-15-2008
The problem is already fix, it was caused by the conflict between apache2 and gadmin-httpd it' s GUI management tool.

Thanks Anyway
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Is my Socket Free or Listening

Hi, bash-3.2$ uname -a Linux mymac 2.6.18-409.el5 #1 SMP Fri Feb 12 06:37:28 EST 2016 x86_64 x86_64 x86_64 GNU/Linux bash-3.2$ telnet 10.12.228.40 13900 Trying 10.12.228.40... telnet: connect to address 10.12.228.40: Connection refused bash-3.2$ telnet 10.12.228.40 23900 Trying... (2 Replies)
Discussion started by: mohtashims
2 Replies

2. Ubuntu

PID of listening ports

I ran 'sudo netstat -ntpl' and got the following without PID tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:38977 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:34253 ... (3 Replies)
Discussion started by: tt77
3 Replies

3. AIX

Process running but not listening

Hello guys I am experiencing a very strange behavior on one of our AIX servers. We have an application with several processes that listen on several port numbers. Sometimes we receive complains that people cannot connect to the server on a specific port that is used by one the application... (6 Replies)
Discussion started by: abohmeed
6 Replies

4. Red Hat

No process ID for listening ports

How can I have ports that are listening without processes being associated with them? root@ldv002 # netstat -ltnup Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0... (2 Replies)
Discussion started by: Padow
2 Replies

5. UNIX for Dummies Questions & Answers

What prot is a process listening on?

Hi, Bit of a newbie question . . . How can I detrimine what TCP port a particular process is listening on? TIA. (2 Replies)
Discussion started by: Le Badger
2 Replies

6. What is on Your Mind?

What are you listening to right now?

This is has been posted many times before... It is not in this forum as of now, so I have decided to put it here :D I'm listening to The Outsiders (AKA Hell is for Heros Part I) by Modern Life is War.... what about ya'll? (4 Replies)
Discussion started by: Mars8082686
4 Replies

7. What is on Your Mind?

So... What are you listening to?

Hi guys, lets make this more interesting... I'm sure you listen to something when your working on a project or something... I know, I do, helps with concentration. Track: ±¯¸èÖ®Íõ (King of sad songs) Artist: -îǧ‹Ã Miriam Yeung Lovely forum BTW! :D (33 Replies)
Discussion started by: hype.it
33 Replies

8. UNIX for Dummies Questions & Answers

TCP Listening Ports

Hello all, Can someone instruct me on how to change the listening port for ftp ( or any tcp service) from 21 to another port number? Thanks in advance.. -AJ (3 Replies)
Discussion started by: jacobsa
3 Replies

9. IP Networking

port not listening..

Hi.. I am using HPux11.0 i want to know if server not listening to a tcp port what should we do to resolve the problem.... in /etc/services tcp port 7108/tcp is mentioned for some perticular application.. while starting that application error is coming could not establish listening address... (1 Reply)
Discussion started by: Prafulla
1 Replies
Login or Register to Ask a Question