Page 1 of 1

Apache IP

Posted: 14 Nov 2005, 19:38
by maboroshi
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

Posted: 15 Nov 2005, 11:10
by bad_brain
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... :wink:

Hey TY

Posted: 22 Nov 2005, 16:28
by maboroshi
Hey TY basically I want to get at the core of the network well software anyway

so it looks like TCP/IP the actual protocols is where I should look the RFC docs should have the info I need