Check for what is using port 80. You can try lsof -i -n -P | grep 80 or use netstat -tulpn | grep 80.
If you get anything, just kill that process. You can try also killall -9 httpd and restart apache2 again. P. On Wed, Jan 20, 2010 at 8:01 PM, Richard Zulu <[email protected]> wrote: > Hey Simon, > I fixed the problems by reinstalling apache and enabling > --enable-modules=so > > However,i have another problem, whenever i try to run apache on the > slackware box, i get this error > > /etc/rc.d/rc.httpd start > (98)Address already in use: make_sock: could not bind to address [::]:80 > (98)Address already in use: make_sock: could not bind to address > 0.0.0.0:80 > no listening sockets available, shutting down > Unable to open logs > > I wonder what the problem could be. Am trying to figure out what else > is using the port 80. > > > -- > Check out my Blog: > http://i-sakaza.blogspot.com > > Have you tried Google trader? > http://www.google.co.ug/africa/trader > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > --------------------------------------- > >
_______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
