|
Prev: FC5->FC6 upgrade issue
Next: MBR overwritten
From: yogesh on 5 Mar 2007 01:00 while running apache 2.0 in redhat9.0 , i include the my project in apache ,i am using ssl also, i am getting the error as follows (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down can any one tell whats the problem is ... what i need to do
From: kermit on 9 Mar 2007 20:27 On Sun, 04 Mar 2007 22:00:08 -0800, yogesh wrote: > while running apache 2.0 in redhat9.0 , i include the my project in > apache ,i am using ssl also, > > i am getting the error as follows > > (98)Address already in use: make_sock: could not bind to address > 0.0.0.0:443 > no listening sockets available, shutting down > > can any one tell whats the problem is ... what i need to do Apache can't bind to port 443/TCP, probably because something else is listening on that port. Use netstat to find out what. If you're restarting apache (as oppose to starting it up afresh), most likely it hadn't finished shutting down when it tried to restart. Try stopping it (then double check it has stopped (ps aux|grep httpd)), waiting a few seconds, then restarting.
|
Pages: 1 Prev: FC5->FC6 upgrade issue Next: MBR overwritten |