Has anyone here ever studied the Apache code if so in what section would I have to look to get info on how Apache gets your IP address
Cheers
Maboroshi
Apache IP
- bad_brain
- Site Owner
- Posts: 11638
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
hm,well,the IP is piped from the TCP/IP-stack to the application, how this works in detail you have to figure out by yourself, I´m not really into C/C++...
take a look here:
http://docx.webperf.org/files.html
I think the connection library is a good place to start...
take a look here:
http://docx.webperf.org/files.html
I think the connection library is a good place to start...