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.
8080 で Nginx を実行していますが、Varnish はポート 80 で実行しています。
wget localhost:8080
シェルで応答を取得しますが、実行すると
wget localhost
接続が拒否されます。参考までに、外部からアクセスしようとしていますが、同じ問題が発生します。最初に localhost からのアクセスを解決できることを願っています。
前もって感謝します!
netstat -tulnp実行中のすべてのポートとサービスを表示します
netstat -tulnp
iptables -Lポートが開いているかブロックされているかを示します
iptables -L
乾杯