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。如果它配置为记录用户代理字段,您应该在日志文件中看到哪些特定请求来自 wget。