Re: [users@httpd] Detailed Apache monitoring

2021-04-29 Thread Fabio Aragao
Hi Richard, Thank you, I will look at the link you sent me “Nosso futuro é construído pelas decisões que tomamos e não pelas desculpas que damos.” (Tiago Brunet) Fábio Aragão Em quinta-feira, 29 de abril de 2021 09:08:20 BRT, Rich

Re: [users@httpd] Detailed Apache monitoring

2021-04-29 Thread Richard
Unless the queries to non-existent links are coming in very high volume they likely aren't your problem. See: for more details on logging options. > Date: Thursday, April 29, 2021 11:46:10 + > From: Fabio Aragao > > Hi Richard, >

Re: [users@httpd] Detailed Apache monitoring

2021-04-29 Thread Fabio Aragao
Hi Richard, I monitored the error.log, I got to see a certain IP that was trying to search several links that do not exist on our site ... it was blocked.These parameters that you mentioned I insert in a configuration file?I'm sorry for the questions because I don't have the necessary knowledge

Re: [users@httpd] Detailed Apache monitoring

2021-04-28 Thread Richard
It's sometimes useful to add the %D or %T - time taken to serve request in ... microseconds/seconds respectively - parameters to logging as that can be helpful in identifying requests that are expensive. > From: Nick Folino > Date: Wednesday, April 28, 2021 08:01:00 -0400 > > I suggest a detaile

Re: [users@httpd] Detailed Apache monitoring

2021-04-28 Thread Eric Shields | #MassTransitHonchkrow
There are two locations I look at, but it depends on your OS: I use Debian 10 and LMDE (Debian 10.2). /etc/apache2 - where most configuration files are stored. Use the "ls -la" command to find out what's inside. /var/log/apache2/ - where most logs and events are written. Use the "ls -la" comman

Re: [users@httpd] Detailed Apache monitoring

2021-04-28 Thread Fabio Aragao
Hello, thanks for answering but what would be these configuration files ?? “Nosso futuro é construído pelas decisões que tomamos e não pelas desculpas que damos.” (Tiago Brunet) Fábio Aragão Em quarta-feira, 28 de abril de 2021 09

Re: [users@httpd] Detailed Apache monitoring

2021-04-28 Thread Eric Shields | #MassTransitHonchkrow
I use Webmin to monitor those resources. You can also use "cat" followed by the location of any apache2 configuration file you'd like to peek at. Eric Shields 🚏 MassTransitHonchkrow Ask me about the Krowverse Suite of Services. ‐‐‐ Original Message ‐‐‐ On Wednesday, April 28th, 2021 at

Re: [users@httpd] Detailed Apache monitoring

2021-04-28 Thread Nick Folino
I suggest a detailed examination of your configuration files to determine what Apache is using the RAM for. On Wed, Apr 28, 2021 at 7:33 AM Fabio Aragao wrote: > Hello, I wish I could answer a question. > Is there any tool, command or way to monitor Apache in its processes > regarding the consum

[users@httpd] Detailed Apache monitoring

2021-04-28 Thread Fabio Aragao
Hello, I wish I could answer a question.Is there any tool, command or way to monitor Apache in its processes regarding the consumption of RAM?If using HTOP in linux I see that apache is consuming a lot of memory, how can I evaluate what is the call, or URL that is causing this ??