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.
サーバーを実行するのは初めてですが、WgetリクエストはWebサーバーに記録されますか?たとえば、Apacheではどのような種類のリクエストがログに記録されますか?
サーバーの観点からは、wget リクエストは他の HTTP リクエストと変わりません。apache が HTTP リクエストをログに記録するように構成されている場合、wget を含むすべてのリクエストがログに記録されます。user-agent フィールドをログに記録するように構成されている場合、どの特定のリクエストが wget からのものかログ ファイルに表示されます。