I Install apache 2.2 in my windows server and i want to know what is the ip of my clients . what am i going to do ? Thanks in Advance .

link|improve this question
feedback

2 Answers

You are doing either 1 of 2 things:

  1. Looking in your server's log files
  2. Reading the value of the REMOTE_ADDR HTTP request header from the client's request.

It depends on what it is that you want to do with the information and how you want to obtain it. For running access reports or other analytics you're probably doing #1 above. If you're reading the IP for application level purposes you're probably doing #2 above in conjunction with a CGI script, PHP page, etc.

link|improve this answer
feedback

You need to be more specific. Are you looking for the internal IP address of the windows server?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown