Re: [EMAIL PROTECTED] Request processing/logging according to HTTP GET/POST parameter

2008-07-09 Thread Samir Ghodasara
; > Hope that clears it up. > > Cheers, > > Rich > > > On Mon, Jul 7, 2008 at 8:52 PM, Samir Ghodasara <[EMAIL PROTECTED]> > wrote: > >> Hey Rich, >> >> 1) I found mod_log_mysql help from >> http://bitbrook.de/software/mod_log_mysql/ >>

Re: [EMAIL PROTECTED] Request processing/logging according to HTTP GET/POST parameter

2008-07-07 Thread Samir Ghodasara
eed. If not, > you can always create your own custom logging script and direct Apache to > use that. > > Cheers, > > Rich > > > On Sun, Jul 6, 2008 at 10:22 PM, Samir Ghodasara <[EMAIL PROTECTED]> > wrote: > >> Hi, >> >> i have setup apache (

[EMAIL PROTECTED] Request processing/logging according to HTTP GET/POST parameter

2008-07-06 Thread Samir Ghodasara
Hi, i have setup apache (httpd-2.2.4 on suse linux 10.0) for static content.but i want request logs in database according to HTTP GET/POST request parameter. EX..htttp://localhost/video.html?msisdn=123&id=11 and i want to capture above request logs in to database with request URL,time,date and r

[EMAIL PROTECTED] Request parameter with Apache server

2008-06-25 Thread Samir Ghodasara
Hi , i am new user of apache server and currently i am using apache for serving the video file. Apache 2.2.4 Suse linux Enterprise 10.0 worker mpm module. but now i wanted to read request parameter and header and want to store in mysql database. I am really confuse which module/perl i need to u