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.
へのリクエストlocalhostは、LAN 内のリモート ホストから送信されたものとして扱われますか?
localhost
ファイルを更新して/etc/hosts、次のものを置き換えてみましたか?
/etc/hosts
127.0.0.1 localhost
あなたの実際のIPアドレスで?例えば、
192.168.0.42 localhost
(これは実際にはループバックアドレスを無効にするわけではありません。接続は可能ですが、に接続するにはネットワークインターフェイスを介して127.0.0.1接続するlocalhost必要があります。これがあなたの求めていることだと思います)
127.0.0.1