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
> By entering valid user name and password the users get application Web
GUI
> window to do their tasks. Whenever a user logged into a Web GUI the
related
> log get logged in
> /applicationroot/apache/logs/access_log.cur file. The same
> happens when any user logout from the Web GUI.

So it is probably sessions being tracked with cookies, where the login
page sets the cookie and the logout page removes it. One way to track
this would be simply to log only requests for the login and logout
page. See
http://httpd.apache.org/docs/2.2/logs.html#conditional

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



I read the document provided by the link given by Joshua, but as I am very
new to Apache I am not getting the whole things for redirecting user
loggings and logout to different log file.

I have the following version of Apache

# swver -t Apache
Apache Version 2.0.50  HP-UX_Apache-based_Web_Server

I am getting current user statistics in ../apache/logs/access_log.cur file.
If any user tries to login then I get following lines in the access_log.cur

192.168.1.1 - - [02/May/2007:13:09:23 +0300] "GET /html/LaunchPage.nhtml
HTTP/1.1" 403 6041
192.168.1.1 - - [02/May/2007:13:09:58 +0300] "POST /access/cgi-bin/fmlogin
HTTP/1.1" 302 -
192.168.1.1 - genadmin [02/May/2007:13:10:01 +0300] "GET
/html/LaunchPage.nhtml HTTP/1.1" 200 938
192.168.1.1 - genadmin [02/May/2007:13:10:14 +0300] "GET /html/gui.jar
HTTP/1.1" 304 -

if user logged out then I get the following line

192.168.1.1 - genadmin [02/May/2007:13:13:25 +0300] "GET
/html/dataservices/cgi-bin/AdminServices/logout HTTP/1.1" 200 -

I want the only above mentioned log lines in another file. How can I
configured this functionality in Apache? Also please Can anyone give me the
link where from I can study basics of Apache?

Thanks... appreciate your support

--
Rakesh P. Zingade
+919860129598

Reply via email to