Re: [users@httpd] Apache Monitoring/Maintenance Question

2021-12-09 Thread William Edwards
Hi, It seems to be you’re asking three questions. > Op 9 dec. 2021 om 19:49 heeft Brian Bayachek het > volgende geschreven: > >  > Hi everyone, > > Can anyone recommend a program or advice that I can use to monitor all of my > web servers? (IIS, Apache, Tomcat). I am more focused on Apache

[users@httpd] Apache Monitoring/Maintenance Question

2021-12-09 Thread Brian Bayachek
Hi everyone, Can anyone recommend a program or advice that I can use to monitor all of my web servers? (IIS, Apache, Tomcat). I am more focused on Apache HTTPd. The software can be open source or paid. I'm looking for something to monitor performance and perform maintenance. We have multiple web

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
t; *2. by default status module/tag entry is disabled in httpd.conf, are > there any trade offs if i keep this status module enabled in my apache > instance* > ** > *Vicky* > >*From:* Peter Phaal > *To:* users@httpd.apache.org > *Cc:* vicky > *Sent:* Tuesday, 5 Mar

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vicky
sabled  in httpd.conf, are there any trade offs if i keep this status module enabled in my apache instance   Vicky From: Peter Phaal To: users@httpd.apache.org Cc: vicky Sent: Tuesday, 5 March 2013 8:20 PM Subject: Re: [users@httpd] Apache monitoring MPM

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread Peter Phaal
Another alternative to consider is mod_sflow and Ganglia, particularly if you want to monitor large Apache clusters: http://blog.sflow.com/2012/10/thread-pools.html On Tue, Mar 5, 2013 at 6:31 AM, vishesh kumar wrote: > Hello Vicky , > > You can use Server-Status handler for this . > > > SetHan

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
Hello Vicky , You can use Server-Status handler for this . SetHandler Server-Status order deny,allow allow from 127.0.0.1 deny from all In above given setting , you can use http://localhost/server-status from localhost Thanks Vishesh kumar http://www.linuxmantra.com/ On Tue, Mar 5, 2013 at 7

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread Tom Evans
On Tue, Mar 5, 2013 at 1:37 PM, vicky wrote: > Hi GUys, > > can you please suggest that for monitoring the number of threads/server > processes created via MPM worker do we have any tool or any status page ..? > > > Thanks > Vicky mod_status http://httpd.apache.org/docs/2.2/mod/mod_status.html

[users@httpd] Apache monitoring MPM

2013-03-05 Thread vicky
Hi GUys,   can you please suggest that for monitoring the number of threads/server processes created via MPM worker do we have any tool  or any status page ..?     Thanks Vicky

Re: [users@httpd] Apache monitoring

2011-05-07 Thread marco
On 07/05/2011 12:46, Simone Caruso wrote: Il 06/05/2011 21:39, marco ha scritto: 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) ...you need to trace mod_php... not apache. with gdb try break on "apa

Re: [users@httpd] Apache monitoring

2011-05-07 Thread Simone Caruso
Il 06/05/2011 21:39, marco ha scritto: > 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) ...you need to trace mod_php... not apache. with gdb try break on "apache_php_module_main", "php_send", and "

Re: [users@httpd] Apache monitoring

2011-05-07 Thread Harsimranjit singh Kler
Check this http://httpd.apache.org/docs/2.0/mod/mod_status.html May be this is helpful for you. On Sat, May 7, 2011 at 2:39 PM, marco wrote: > On 06/05/2011 22:43, Harsimranjit singh Kler wrote: > > Hi > If you simply want to monitor Apache You Can Enable Following two module in > apache htt

Re: [users@httpd] Apache monitoring

2011-05-07 Thread marco
On 06/05/2011 22:43, Harsimranjit singh Kler wrote: Hi If you simply want to monitor Apache You Can Enable Following two module in apache httpd_conf: server-info server-status On Sat, May 7, 2011 at 1:09 AM, marco > wrote: On 03/05/2011 17:41, Simone Caruso

Re: [users@httpd] Apache monitoring

2011-05-06 Thread Harsimranjit singh Kler
Hi If you simply want to monitor Apache You Can Enable Following two module in apache httpd_conf: server-info server-status On Sat, May 7, 2011 at 1:09 AM, marco wrote: > On 03/05/2011 17:41, Simone Caruso wrote: > >> Il 03/05/2011 17:23, marco di sano ha scritto: >> >>> Hi all, >>> I'm new in t

Re: [users@httpd] Apache monitoring

2011-05-06 Thread marco
On 03/05/2011 17:41, Simone Caruso wrote: 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 arch

Re: [users@httpd] Apache monitoring

2011-05-03 Thread William A. Rowe Jr.
On 5/3/2011 10:23 AM, marco di sano wrote: > I ask you if it is possible to monitoring the function calls that Apache > makes when it > must satisfy a request. > 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 ser

Re: [users@httpd] Apache monitoring

2011-05-03 Thread Simone Caruso
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

Re: [users@httpd] Apache monitoring

2011-05-03 Thread Lee
This is the Apache web server users' group. Your mention of PHP suggests you might be in the wrong group. This is not a PHP group. HTH Lee On 03/05/2011 17:23, marco di sano wrote: Hi all, I'm new in this group. I ask you if it is possible to monitoring the function calls that Apache makes w

[users@httpd] Apache monitoring

2011-05-03 Thread marco di sano
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 possibl