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/Errors/CouldNotBindToAddress The comment on the change is: Platform specific netstat query ------------------------------------------------------------------------------ Run one of the following commands to check if a running process is holding the port needed by apache open. {{{ On Linux/Unix run - $> netstat -avep + $> netstat -plant On Windows run $> netstat -ano }}} - ''netstat -avep doesn't dance on freebsd/macosx.. ideas?'' + ''fixme: netstat -somestuff across unix (freebsd/macosx) platforms.. ideas?'' Once you see these results, you can choose to kill the program in question, or change the port that Apache uses.
