RE: [users@httpd] Apache 2.2.3 Session tracking

2011-11-16 Thread Pranesh Vadhirajan
ache 2.2.3 Session tracking On Tue, Nov 15, 2011 at 8:40 PM, Pranesh Vadhirajan wrote: > Should something be modified in Apache modules when maintaining persistent > memory? I am having a problem with a linked list implementation that I > wrote which I am linking with my apache module to

[users@httpd] Apache 2.2.3 Session tracking

2011-11-15 Thread Pranesh Vadhirajan
Should something be modified in Apache modules when maintaining persistent memory? I am having a problem with a linked list implementation that I wrote which I am linking with my apache module to maintain a list of sessions so that I can track web sessions connecting to our web site at work. I ha

RE: [users@httpd] Apache 2.2.3 Session tracking with mod_session produces load error on module load

2011-10-24 Thread Pranesh Vadhirajan
] Sent: Monday, October 24, 2011 11:20 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache 2.2.3 Session tracking with mod_session produces load error on module load On October 24, 2011 10:44 , "Pranesh Vadhirajan" wrote: > > I am trying to use the mod_session module.

[users@httpd] Apache 2.2.3 Session tracking with mod_session produces load error on module load

2011-10-24 Thread Pranesh Vadhirajan
We are using Apache server 2.2.3 at work as our web server. Currently I am tasked to track metrics for our website's content access. I am able to gather some information (client's ip, request type, uri, etc.) from the request_rec structure. I also need to correlate "clicks" on the web site w