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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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.
17 matches
Mail list logo