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.
Apache> Service> Test Port 80を使用して確認すると、次のように表示されます。
Your port 80 is actually used by : Server: Microsoft-HTTPAPI/2.0
これを無効にするにはどうすればよいですか。レジストリを介してでも、可能な限りすべての方法を試し、World WideWebPublishingを停止しました。
それは不可能だと思います。ブラウザに「localhost」と入力すると、それが「127.0.0.1」に解決され、デフォルトのポート80が入力されます。そこで何もリッスンしていない場合、接続されません。「localhost」を「127.0.0.1:8080」に解決できません。ポート80を使用できない場合は、必要なポートを指定する必要があります。ブックマークが使いやすい場合は、ブックマークを使用してください。