Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我越来越:
listen tcp 0.0.0.0:80: bind: address already in use
但是我已经杀死了所有这些 httpd 守护进程:
为什么一直说地址已经在使用?
这通常是当 apache 在后台运行时。你可以在你的 linux 机器上使用这个命令来杀死它。
sudo /etc/init.d/apache2 stop