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.
apache2.2をインストールできません。使用中のport80と443をすべて表示しています。必要なヘルプ
アスミタ
すでにWebサーバーが実行されています。Linuxのあるバージョンを使用していると仮定すると(言うまでもありませんが)、を使用してそのポートで実行されているプロセスを識別できますlsof。
lsof
lsof -i :80
詳細については、こちらをご覧ください