Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-26 Thread Bhavna Saini
EMOTE_ADDR']; > > Regards, > > John > ======= > On Wednesday 26 December 2012 11:54:38 Bhavna Saini wrote: > > Thanks for the info. > > I have gone through customlog and i understand that it is used to log > > the IP and other parameters, > > But I want t

Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-26 Thread Bhavna Saini
. Therefore, I need the source code file of apache which accepts requests and through which I can get the IP at the initial stage. It would be really helpful if you could provide me this info. Thanks, -Bhavna On Thu, Dec 20, 2012 at 10:39 PM, Tom Evans wrote: > On Thu, Dec 20, 2012 at 4:20 PM, Bha

Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-20 Thread Bhavna Saini
want to save it in a file. Please let me know using which source code file of apache web server I can perform it. Thanks, -Bhavna On Sat, Dec 15, 2012 at 11:20 PM, Bhavna Saini wrote: > > > -- Forwarded message -- > From: Eric Covener > Date: Sat, Dec 15, 2012 at

Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-15 Thread Bhavna Saini
. Thanks -Bhavna On Fri, Dec 14, 2012 at 6:21 PM, Eric Covener wrote: > mod_log_config writes out IP addresses to the log. You could read the > same data in any hook. > > On Fri, Dec 14, 2012 at 12:56 AM, Bhavna Saini > wrote: > > Hi, > > > > I am working on