Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
address already in use error with apache?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
zeveck
Apprentice
Apprentice


Joined: 17 Mar 2005
Posts: 173
Location: Boston, MA

PostPosted: Tue Oct 18, 2005 3:10 pm    Post subject: address already in use error with apache? Reply with quote

I tried to set apache to Listen 443, but got:

Quote:
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs

:evil:

What else could be listening on 443? This is a pretty stripped down box....any way I could figure out what is listening?

Does apache have to be bound to 443 to handle ssl?
Back to top
View user's profile Send private message
lopez
n00b
n00b


Joined: 24 Jun 2004
Posts: 52
Location: Toledo, OH USA

PostPosted: Tue Oct 18, 2005 3:45 pm    Post subject: Reply with quote

run as root:

Code:
netstat -lnp | grep 443


should tell your PID/program name thats listening on that port

Apache doesn't have to be on 443 to use SSL but thats what port it defaults to when you use the https:// url in your web browser. Otherwise you need to type in the port number in your url.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum