[users@httpd] [mod_rewrite] uri '*' passing through all the rules

2013-03-24 Thread Nicolas Peltier
Hi, Has someone already have the experience of getting all its URIs deeper than / being treated by mod_rewrite as '*' (which basically doesn't match any of my rules afterward), e.g. : GET /test.html init rewrite engine with requested uri * applying pattern '^/$' to uri '*' applying pattern '^/li

Re: [users@httpd] About Log processing

2013-03-24 Thread Mayur Patil
Thanks sir. I will go for your advice. * -- Cheers, Mayur*

Re: [users@httpd] About Log processing

2013-03-24 Thread Eric Covener
On Sun, Mar 24, 2013 at 12:11 PM, Mayur Patil wrote: > Hello, > > then Sir what is your opinion/guidance regarding this point ?? Determine your requirements, pick a language or a tool, and ask for help when you're stuck. - To

Re: [users@httpd] About Log processing

2013-03-24 Thread Mayur Patil
Hello, then Sir what is your opinion/guidance regarding this point ?? Thank you !! * -- Cheers, Mayur*

Re: [users@httpd] About Log processing

2013-03-24 Thread Eric Covener
On Sun, Mar 24, 2013 at 10:54 AM, Mayur Patil wrote: > Hello Eric Sir, > > Thanks for the answer. > > I am asking as a means log analyzing scripts. > > I want to write log analyzing scripts which can process logs > > on server itself and then import those processed logs on my machi

Re: [users@httpd] About Log processing

2013-03-24 Thread Mayur Patil
Hello Eric Sir, Thanks for the answer. I am asking as a means log analyzing scripts. I want to write log analyzing scripts which can process logs on server itself and then import those processed logs on my machine. Thank you !! -- *Cheers, Mayur*.

Re: [users@httpd] About Log processing

2013-03-24 Thread Eric Covener
On Sun, Mar 24, 2013 at 10:13 AM, Mayur Patil wrote: > Hello, > >I am doing log analysis. I have exported my logs on Apache web server. > >Now, I want to process logs on there itself in terms of log analysing > scripts?? > >It means I will export logs, process on server itself and impo

[users@httpd] About Log processing

2013-03-24 Thread Mayur Patil
Hello, I am doing log analysis. I have exported my logs on Apache web server. Now, I want to process logs on there itself in terms of log analysing scripts?? It means I will export logs, process on server itself and import the processed results on my machine. Is there any tutorial o