Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by noodl:
http://wiki.apache.org/httpd/CouldNotBindToAddress

The comment on the change is:
Mac/FreeBSD doesn't display PID with netstat, so pad some.

------------------------------------------------------------------------------
  {{{
  On Linux/Unix run
  $>  netstat -plant
+ $> # or
+ $> sudo lsof -i:80
  
  On Windows run
  $>  netstat -ano
  
- On Mac OS X run
+ On Mac OS X / FreeBSD run
  $> netstat -Wan |grep 80
+ $> # or, to get the pid
+ $> sudo lsof -i:80
  }}}
- ''fixme: netstat is sensitive to (linux/*bsd/macosx/win32) platforms. needs 
arguments for each?''
  
  Once you see these results, you can choose to kill the program in question, 
or change the port that Apache uses.
  

Reply via email to