Web page activities logging

Robert Heller heller at deepsoft.com
Fri Dec 26 20:52:00 UTC 2014


At Fri, 26 Dec 2014 17:04:42 +0000 (UTC) bilal ghayyad <bilmar_gh at yahoo.com>,         "Ubuntu user technical support,  not for general discussions" <ubuntu-users at lists.ubuntu.com> wrote:

> 
> Content-Length: 2240
> 
> 
> Hello;
> To be able to troubleshoot or customize, I need to be able to know the corresponding activities for certain clicks on web page so I can know which script used, which paged, what is the field name and if called database or not and so on. How I can obtain this? Which tool can do this?
> The trace can be based on the session id.I read about Zeitgeist but I do not know if it is really helping me or not and if there is easier and better tool.
> Appreciate your kindly help.RegardsBilal MIME-Version: 1.0

Well, if the web server is Apache, *some* of this info is logged in Apache's 
logs, which are usually stored in /var/log/httpd/, but not all of the 
information is logged, unless the web page code implements logging of its own. 
Apache logs HTTP accesses generally in /var/log/httpd/access_log and when 
there are errors, will log errors in /var/log/httpd/error_log.  If the access 
was a GET with a CGI parameter string (with a URL that ends with 
?parameter=val&parameter=val...).  Apache won't log the data associated by a 
POST request.

> 

-- 
Robert Heller             -- 978-544-6933
Deepwoods Software        -- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
heller at deepsoft.com       -- Webhosting Services
                                                                                                    




More information about the ubuntu-users mailing list