[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 ??

Re: [users@httpd] LAN to WAN test for me

2021-04-28 Thread back Button
http://backbtn.ddns.net It has been tested from my home town in UK.Please test for me by clicking on link and let me knowing the outcome is It Works! back.but...@aol.com -Original Message- From: Toor, Rodrigo. To: users@httpd.apache.org Sent: Wed, 28 Apr 2021 1:34 Subject: Re: [

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

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

[users@httpd] Re: LAN to WAN access

2021-04-28 Thread šŸ˜‰ Good Guy šŸ˜‰
On 28/04/2021 02:41, back Button wrote: http://backbtn.ddns.net It says "It works!" so it must be working after all. Congratulations.Ā  I never knew sky would allow you to do that so clearly your subscription is premium! -- With over 1.2 billion devices now running Windows 10, customer sat

[users@httpd] Re: LAN to WAN access: SOLVED

2021-04-28 Thread šŸ˜‰ Good Guy šŸ˜‰
On 28/04/2021 07:22, back Button wrote: I believe I have access now from outside via Apache using the http://backbtn.ddns.net back.but...@aol.com Perhaps it was propagation issue rather than anything else. -- With over 1.2 billion devices now running Windows 1

[users@httpd] Re: LAN to WAN access: SOLVED

2021-04-28 Thread šŸ˜‰ Good Guy šŸ˜‰
On 28/04/2021 07:22, back Button wrote: I believe I have access now from outside via Apache using the http://backbtn.ddns.net back.but...@aol.com I believe you too.Ā  Now we look forward to reading your blog about how you managed to do this!. -- With over 1.2

Re: [users@httpd] Re: LAN to WAN access

2021-04-28 Thread back Button
Yes I have the more expensive sky broad band package.You can findĀ  details on the routerĀ  home pageĀ  192.168.0.1.Advanced -> Dynamic Dns The operating system I am using is ubuntu.A while ago IĀ  was coding a website.To see the websiteĀ  on my phone , tablet and Large screen 55 inch TVI had to op

Re: [users@httpd] Re: LAN to WAN access

2021-04-28 Thread Nick Folino
Can you stop flooding this list? On Wed, Apr 28, 2021 at 12:52 PM back Button wrote: > > Yes I have the more expensive sky broad band package. > You can find details on the router home page 192.168.0.1. > Advanced -> Dynamic Dns > > The operating system I am using is ubuntu. > A while ago I

Re: [users@httpd] Re: LAN to WAN access: SOLVED -> how-to

2021-04-28 Thread back Button
Yes I have sky broadband packageĀ  with their max broad band offering. To point to and setup to any of the three dynamic dns supplier if you go to your router admin pageĀ  192.168.0.1thenĀ  menu options Advanced --> Dynamic DNS I was coding a websiteĀ  a while back and To view the results of the brow

Re: [users@httpd] Re: LAN to WAN access: SOLVED -> how-to

2021-04-28 Thread Antony Stone
On Wednesday 28 April 2021 at 19:09:29, back Button wrote: > Yes I have sky broadband package with their max broad band offering. I look forward to this list getting back to discussing the Apache web server rather than home network routing configurations. Antony. -- What do you get when you

[users@httpd] Re: LAN to WAN access: SOLVED -> how-to

2021-04-28 Thread šŸ˜‰ Good Guy šŸ˜‰
On 28/04/2021 18:13, Antony Stone wrote: I look forward to this list getting back to discussing the Apache web server rather than home network routing configurations. I am sure it will.Ā  The setup is working for the OP so now he needs to worry about routing and security features of apache. You

[users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread back Button
runningĀ  make to buildĀ  Apache 2.4.46 It is true there is no fileĀ  pcre.h. but I do have a pcre2.h so this is what I did hoping the missing dependency would be taken care of.Ā  sudo ln -s /usr/local/pcre/include/pcre2.h /usr/include/ It didn't take care of the issue before running make this was

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Nick Folino
Install the correct libraries. On Wed, Apr 28, 2021 at 6:18 PM back Button wrote: > > running make to build Apache 2.4.46 > > It is true there is no file pcre.h. but I do have a pcre2.h > > so this is what I did hoping the missing dependency would be taken care of. > sudo ln -s /usr/local/pc

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread back Button
I have installed the latest libraries with the latestĀ  Apache. How am I supposed to knowĀ  which library corresponds to Apache 2.4.46 ? back.but...@aol.com -Original Message- From: Nick Folino To: users@httpd.apache.org; back Button Sent: Wed, 28 Apr 2021 23:23 Subject: Re: [use

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Richard
> Date: Wednesday, April 28, 2021 22:44:41 + > From: back Button > >> From: Nick Folino >> Sent: Wed, 28 Apr 2021 23:23 >> >> Install the correct libraries. > > I have installed the latest libraries with the latestļ¾  Apache. > How am I supposed to knowļ¾ which library corresponds to Apache

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread back Button
I believe it isĀ  pcre-8.44.tar.gz found on page https://ftp.pcre.org/pub/pcre/ I wouldĀ  prefer to install it this way sudo apt install apache2 sudo service apache2 start as shown on https://httpd.apache.org/docs/2.4/install.html. But this way I am not pulling the latest version. back.

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] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Dino Ciuffetti
It is true there is no file pcre.h. but I do have a pcre2.h You need PCRE, not PCRE2. They are not compatible each other. Clean up your /usr/local/pcre directory, also remove any symlink you've manually created on /usr/include!! Download PCRE from here: https://ftp.pcre.org/pub/pcre/pcre-8.44.ta

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Richard
The pcre.h header file is likely part of the pcre development package from your distribution. You should not be trying to install it from source as that will make it very hard to maintain, nor would I expect it to be part of the apache package. You should (simply) be able to get the development pac

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread back Button
Happy to report It works ! on Raspberry Pi too.Thanks back.but...@aol.com -Original Message- From: Richard To: users@httpd.apache.org Sent: Thu, 29 Apr 2021 0:52 Subject: Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory The pcre.h header file is

[users@httpd] Re: util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Christophe JAILLET
Le 29/04/2021 à 01:39, back Button a écrit : I believe it is  pcre-8.44.tar.gz found on page https://ftp.pcre.org/pub/pcre/ I would  prefer to install it this way sudo apt install apache2 sudo service apache2 start as shown on https://httpd.apache.org/docs/2.4/install.html. But this way I am