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.
我正在开展一个项目,以从我的 Apache 日志中确定传入请求的地理位置。
在这种情况下,我的问题是,Apache 记录哪个 IP 地址 - HTTP 请求标头 IP 地址或从传入套接字连接获取的连接设备的 IP 地址?
它来自套接字(TCP/IP 层)连接,而不是 HTTP。
(没有远程地址 HTTP 标头。)