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.
サーバー上のどの Web サイト ページが現在 SSH 経由でリアルタイムにアクセスされているかを表示できるコマンドはありますか?
ありがとうございました!
確かに、試してみてくださいtail -f /your/server/log/file.log。
tail -f /your/server/log/file.log
もちろん。Apache構成でロギングが有効になっている場合、各ページビューはaccess_logに書き込まれます。tail -f access_logファイルをフォローするために使用できます。
tail -f access_log