RE: [users@httpd] The number of child processes is less than MinSpareThreads.

2021-03-14 Thread motoda.hiron...@fujitsu.com
Hi Eric, Thank you. > This is working as designed, the server checks only once per second to > see if processes need to be started or killed based on the current > idle threads. Is it okay for the number of child processes to fall below MinSpareThreads in this environment? If possible, please te

Re: [users@httpd] The number of child processes is less than MinSpareThreads.

2021-03-14 Thread Daniel Ferradal
If anyone reads this thread, let's hope they do not interpret those figures as a valid configuration for a threaded mpm aside from one used to test a specific behaviour. El vie, 12 mar 2021 a las 3:54, Eric Covener () escribió: > > On Thu, Mar 11, 2021 at 9:29 PM motoda.hiron...@fujitsu.com > wro

Re: [users@httpd] Expected behavior for "If-Modified-Since: " and CGI generated content?

2021-03-14 Thread Daniel Ferradal
Hello, Perhaps you want the server or the cgi software to respond with headers specific to tell the client the content should not be cached in any way for that type of responses. Headers like: Cache-Control: no-cache, no-store Pragma: no-cache Expires: 0 Those are the ones I recall, there may be

Re: [users@httpd] Apache Reverse Proxy and Load Balancer.

2021-03-14 Thread Daniel Ferradal
Perhaps you are looking to configure orchestration of some kind in your infrastructure, but that is probably offtopic here. El jue, 11 mar 2021 a las 20:29, Jason Long () escribió: > > Hello, > I configured my Apache Reverse Proxy as a Load Balancer to handle Back-End > servers. When a Back-End s

Re: [users@httpd] Distribution of workers between processes and threads

2021-03-14 Thread Daniel Ferradal
Hello, It is important to consider: * the processor * the modules you have loaded in apache * the mpm you are using (hopefully mpm_event). * the type of load. (static, or dynamic, small files, big files, proxying, is there cache, etc?). With a more or less actual server processor, perhaps 12 core

Re: [users@httpd] Re: httpd[803535]:

2021-03-14 Thread Antony Stone
On Sunday 14 March 2021 at 20:37:15, Jason Long wrote: > I can visit my website with the Tor Browser!!! Look in your website log files to find out which address the connection came from. Then compare this with the list of blocked addresses you used to prevent access. Antony. -- This space

Re: [users@httpd] Re: httpd[803535]:

2021-03-14 Thread Jason Long
Yes. I moved that file from the "conf.d" directory to "conf" directory and problem solved: # apachectl configtest [Sun Mar 14 23:04:18.998683 2021] [so:warn] [pid 814564:tid 132214170769728] AH01574: module deflate_module is already loaded, skipping Syntax OK But, I can visit my website with th

Re: [users@httpd] Re: httpd[803535]:

2021-03-14 Thread Eric Covener
On Sun, Mar 14, 2021 at 3:25 PM Jason Long wrote: > > Thanks. > I commented that line and got below error: > > # apachectl configtest > [Sun Mar 14 22:51:10.267664 2021] [so:warn] [pid 813720:tid 139038944315712] > AH01574: module deflate_module is already loaded, skipping > AH00526: Syntax error

Re: [users@httpd] Re: httpd[803535]:

2021-03-14 Thread Jason Long
Thanks. I commented that line and got below error: # apachectl configtest [Sun Mar 14 22:51:10.267664 2021] [so:warn] [pid 813720:tid 139038944315712] AH01574: module deflate_module is already loaded, skipping AH00526: Syntax error on line 1 of /etc/httpd/conf.d/tor-ip.conf: wrote: Le 14/0

[users@httpd] Re: httpd[803535]:

2021-03-14 Thread Christophe JAILLET
Le 14/03/2021 à 17:23, Jason Long a écrit : Yes: Options -Indexes AllowOverride All Require all granted Include conf.d/tor-ip.conf That is not my point. How your conf files are loaded (the one for your vh, ...)? Sometimes the "main" conf file includes all conf file from a directory. That

Re: [users@httpd] Re: httpd[803535]:

2021-03-14 Thread Daniel Ferradal
To rule out a bug I would try without the Include first, all directives in the directory tag and see if you get some different error. El dom, 14 mar 2021 a las 17:23, Jason Long () escribió: > > Yes: > > > Options -Indexes > AllowOverride All > Require all granted > Include conf.d/tor-ip.conf >

Re: [users@httpd] Re: httpd[803535]:

2021-03-14 Thread Jason Long
Yes: Options -Indexes AllowOverride All Require all granted Include conf.d/tor-ip.conf On Sunday, March 14, 2021, 07:04:15 PM GMT+3:30, Christophe JAILLET wrote: Le 14/03/2021 à 14:59, Jason Long a écrit : > Hello, > I want to block Tor IP addresses and I downloaded a list of Tor

[users@httpd] Re: Error in Apache Documentation

2021-03-14 Thread Christophe JAILLET
Le 11/03/2021 à 20:03, John a écrit : On the Apache documentation page: https://httpd.apache.org/docs/2.4/misc/security_tips.html Under Denial of Service Attacks, the link: http://modules.apache.org/ leads to a 404 Not Found result. It probably requires updating. Regards, John Hi, thx

[users@httpd] Re: httpd[803535]:

2021-03-14 Thread Christophe JAILLET
Le 14/03/2021 à 14:59, Jason Long a écrit : Hello, I want to block Tor IP addresses and I downloaded a list of Tor IP addresses and put it as a "tor-ip.conf" file under the "/etc/httpd/conf.d/" directory. Then edited my Virtual Host configuration file as below: Options -Indexes AllowOverride

Re: [users@httpd] httpd[803535]:

2021-03-14 Thread Jason Long
Was you meant "https://httpd.apache.org/docs/2.4/howto/access.html"; ? The syntax is same! On Sunday, March 14, 2021, 05:40:48 PM GMT+3:30, Nick Folino wrote: You really need to spend some time reading the documentation.  You'll learn a lot more that way. On Sun, Mar 14, 2021 at 10:0

Re: [users@httpd] httpd[803535]:

2021-03-14 Thread Nick Folino
You really need to spend some time reading the documentation. You'll learn a lot more that way. On Sun, Mar 14, 2021 at 10:00 AM Jason Long wrote: > Hello, > I want to block Tor IP addresses and I downloaded a list of Tor IP > addresses and put it as a "tor-ip.conf" file under the "/etc/httpd/c

[users@httpd] httpd[803535]:

2021-03-14 Thread Jason Long
Hello, I want to block Tor IP addresses and I downloaded a list of Tor IP addresses and put it as a "tor-ip.conf" file under the "/etc/httpd/conf.d/" directory. Then edited my Virtual Host configuration file as below: Options -Indexes AllowOverride All Require all granted Include conf.d/tor-ip.