View Single Post
  #2 (permalink)  
Old 08-Jul-2009, 11:07
ken_yap ken_yap is online now
Flux Capacitor Penguin
 
Join Date: Jun 2008
Location: GMT+10
Posts: 5,230
ken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud of
Default Re: Can't start apache on port 80

Is it repeatable? Sometimes you have to wait a while for the port to become free after a previous service has crashed.

Try and see if something is listening on the http port using lsof

lsof -i | grep :http

Try and see if some other apache is running:

ps ax | grep httpd
Reply With Quote