Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. marcolino88

    installing Mod Perl

    Hi all, I have a problem when I try to install mod_perl (from source files) on Ubuntu10.10 where Apache 2.2.18 is just installed. What are the compilation directive I should use? I try: $ perl Makefile.PL MP_APXS=/usr/local/apache/bin/apxs It gives some warning, but i go ahead with: $ make but...
  2. marcolino88

    Apache and dtrace

    Hi everybody, can someone help me with the installation of mod_dtrace on Apache? Anyway it is possible to use the command dtrace for tracing apr call on apache? I try it but i can't use it. Thanks Bye
  3. marcolino88

    dtrace on apache

    Hi everybody, can someone help me with the installation of mod_dtrace on Apache? Anyway it is possible to use the command dtrace for tracing apr call on apache? I try it but i can't use it. Thanks Bye
  4. marcolino88

    Apache monitoring

    Hi chris, thanks a lot for your answer!!! So I explain you my problem: I want to find the module(as you told me it is written in C) that manage http request for modify it for my goals. It is possible? Do you know what is this module? Thanks Bye
  5. marcolino88

    Apache monitoring

    Hi, 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. I want to know what are the function libraries that Apache calls when it serves an http request(for example). Thanks a lot for your fast answer! Bye
  6. marcolino88

    Apache monitoring

    Hi all, I'm new in this forum. 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...

Part and Inventory Search

Back
Top