Apache IP

Questions about programming languages and debugging
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Apache IP

Post 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

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post 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:

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Hey TY

Post 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

Post Reply