Does apache log client IPs per request by default? If not, what are some common ways to do this?
|
closed as not constructive by Alex, squillman, HopelessN00b, growse, rnxrx Aug 21 '12 at 22:12
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Yes, Apache logs the IP addresses that request resources from it. By default, the logs are stored in |
|||
|
Yes, it does. Please read http://httpd.apache.org/docs/2.2/logs.html#accesslog for more info. |
|||
|
|
|
Yes it does by default as much as i know. We dont have to do any special configuration to get client ips in apache's access_log. it comes by default |
|||
|
|