apacheで「make_sock: could not bind to address」というエラーが出たら

そのIPアドレスは既に使われているので別のアドレスを指定する必要があります。(よくやる)

$ /apache2.2-rails/bin/apachectl 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