Il 03/05/2011 17:23, marco di sano ha scritto:
> Hi all,
> I'm new in this group.
> I ask you if it is possible to monitoring the function calls that Apache makes
> when it must satisfy a request. For example, suppose we have a LAMP 
> architecture
> (this is my architecture) and I want to display all the users in a database
> table (it exists). Is it possible to trace all the call functions that Apache
> makes to achieve this goal?I am not interested to log errors, but the call
> functions that belong to the apache library.
> I want to know what are the *function libraries* that Apache calls when*it
> serves an http request*(for example).
> I tried to use strace but it traces the Unix system calls and not the php
> functions that Apache does when a request must to be served.
> 

You can try with gdb, but this is not a apache related topic, maybe u'r are a
little confused :P

-- 
Simone Caruso
IT Consultant
+39 349 65 90 805
p.iva: 03045250838

---------------------------------------------------------------------
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]

Reply via email to