Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] Request processing/logging according to HTTP GET/POST parameter

Rich Schumacher

2008-07-07

Replies: Find Java Web Hosting

Author LoginPost Reply
Hey Samir,

Have you looked into mod_log_sql or mod_log_mysql?  I don't know the specifics, but they look like they might accomplish what you need.  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 <ghodasarasamir@gmail.com> wrote:
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 request parameter.

one way i found to filter access_log on daily basic and dump in to database.

is their any other better and which will go very nearer to live data ?

Please help ..

Regards,
Samir.







©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.