Re: [EMAIL PROTECTED] How to get only user logging and logout logs into separate log file???

2007-05-02 Thread rakesh zingade
On 4/24/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 4/24/07, rakesh zingade <[EMAIL PROTECTED]> wrote: > > We have a Web GUI Application for network monitoring. The users accesses > this web GUI using http protocol. The Web GUI provides login prompt at the > start

Re: [EMAIL PROTECTED] How to get only user logging and logout logs into separate log file???

2007-04-24 Thread rakesh zingade
related log get logged in /applicationroot/apache/logs/access_log.cur file. The same happens when any user logout from the Web GUI. On 4/24/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 4/24/07, rakesh zingade <[EMAIL PROTECTED]> wrote: > Hi all, > > I am new to apache ht

[EMAIL PROTECTED] How to get only user logging and logout logs into separate log file???

2007-04-24 Thread rakesh zingade
Hi all, I am new to apache httpd server. I want to redirect only user logging and logout logs to a different log file .. not a standard log file. I know there are some option to be set for getting such kind of logs (e.g. CustomLog) in httpd.conf file. But I don't know how to use these options for