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

2021-03-15 Thread Jason Long
Thank you. I opened Tor Browser and visited "https://www.iplocation.net/"; website and find my IP address, then checked my IP address with the list of IP addresses in "tor-ip.conf" file. My IP existed in the list, but I can visit my website!!! # cat /etc/httpd/conf/tor-ip.conf | grep "IP" Requir

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

2021-03-15 Thread Jason Long
Thanks. Thus, Apache can't help me about it? I need something like Clustering or... On Monday, March 15, 2021, 02:14:55 AM GMT+3:30, Daniel Ferradal wrote: Perhaps you are looking to configure orchestration of some kind in your infrastructure, but that is probably offtopic here. El j

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

2021-03-15 Thread Antony Stone
On Monday 15 March 2021 at 12:22:07, Jason Long wrote: > Thank you. > I opened Tor Browser and visited "https://www.iplocation.net/"; website and > find my IP address, then checked my IP address with the list of IP > addresses in "tor-ip.conf" file. My IP existed in the list, but I can > visit my

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

2021-03-15 Thread Jim Albert
On 3/15/2021 7:25 AM, Jason Long wrote: Thanks. Thus, Apache can't help me about it? I need something like Clustering or... On Monday, March 15, 2021, 02:14:55 AM GMT+3:30, Daniel Ferradal wrote: Perhaps you are looking to configure orchestration of some kind in your infrastructure,

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

2021-03-15 Thread Jason Long
Thank you. I guess something is wrong! I put my IP address in "tor-ip.conf" file and restarted my Apache service, then visit my website and checked the log file, but the IP address in the log file Vs. my IP address!!! For example, the https://www.myip.com/ website shows me that my IP address is

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

2021-03-15 Thread Antony Stone
On Monday 15 March 2021 at 13:48:27, Jason Long wrote: > Thank you. > I guess something is wrong! I agree with you. > I put my IP address Please answer, in as much detail as you can, where you got that address from. My question is "how do you believe you know what your IP address is?" > in "

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

2021-03-15 Thread Jim Albert
On 3/15/2021 8:48 AM, Jason Long wrote: Thank you. I guess something is wrong! I put my IP address in "tor-ip.conf" file and restarted my Apache service, then visit my website and checked the log file, but the IP address in the log file Vs. my IP address!!! For example, the https://www.myip.com

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

2021-03-15 Thread Jason Long
Thank you. As I said, I visted https://www.myip.com/ website without Tor Browser and it showed me my real IP address. OK, I added the IP address that Apache log file showed me and restart my Apache service, but I can visit my site!!! Apache log tell me my IP is :    46.167.45.* myip website tell

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

2021-03-15 Thread Antony Stone
On Monday 15 March 2021 at 14:23:18, Jason Long wrote: > Thank you. > As I said, I visted https://www.myip.com/ website without Tor Browser and > it showed me my real IP address. OK, I added the IP address that Apache > log file showed me and restart my Apache service, but I can visit my > site!!!

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

2021-03-15 Thread Jason Long
Yes. I create a load balancer my Apache website, but I'm thinking about my Reverse Proxy itself. On Monday, March 15, 2021, 04:15:52 PM GMT+3:30, Jim Albert wrote: On 3/15/2021 7:25 AM, Jason Long wrote: > Thanks. > Thus, Apache can't help me about it? I need something like Clusterin

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

2021-03-15 Thread Richard
> Date: Monday, March 15, 2021 14:36:45 +0100 > From: Antony Stone > > On Monday 15 March 2021 at 14:23:18, Jason Long wrote: > >> Thank you. >> As I said, I visted https://www.myip.com/ website without Tor >> Browser and it showed me my real IP address. OK, I added the IP >> address that Apac

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

2021-03-15 Thread Antony Stone
On Monday 15 March 2021 at 14:51:36, Richard wrote: > > Date: Monday, March 15, 2021 14:36:45 +0100 > > From: Antony Stone > > > > On Monday 15 March 2021 at 14:23:18, Jason Long wrote: > >> Thank you. > >> As I said, I visted https://www.myip.com/ website without Tor > >> Browser and it showed m

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

2021-03-15 Thread Yann Ylavic
On Mon, Mar 15, 2021 at 7:14 AM motoda.hiron...@fujitsu.com wrote: > > > 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 Mi

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

2021-03-15 Thread Jason Long
Yes. I saw the same IP address. What is the problem? On Monday, March 15, 2021, 05:07:07 PM GMT+3:30, Antony Stone wrote: On Monday 15 March 2021 at 14:23:18, Jason Long wrote: > Thank you. > As I said, I visted https://www.myip.com/ website without Tor Browser and > it showed me my

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

2021-03-15 Thread Jason Long
I have a question. My website configuration must be inside of "..." ? My "..." is outside of VirtualHost! Please see: https://paste.ubuntu.com/p/fGsHN6mz8G/ On Monday, March 15, 2021, 09:08:11 PM GMT+3:30, Jason Long wrote: Yes. I saw the same IP address. What is the problem? On

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

2021-03-15 Thread Antony Stone
On Monday 15 March 2021 at 18:37:40, Jason Long wrote: > Yes. I saw the same IP address. What is the answer to Richard's question: "what was the response code? Was it (still) a 200 or was it a 401 or 403 or something else?" > What is the problem? The problem is that your block list is not gett

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

2021-03-15 Thread Jason Long
I solved the problem:           Require all granted       Include conf/tor-ip.conf     ErrorDocument 403 "Unusual activity has been detected from this IP address." On Monday, March 15, 2021, 10:28:22 PM GMT+3:30, Antony Stone wrote: On Monday 15 March 2021 at 18:37:40, Jason Long

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

2021-03-15 Thread motoda.hiron...@fujitsu.com
> In the following environment where multiple Listen directives are defined, > the number of child processes may temporarily > fall below MinSpareThreads after 6 requests are received at the same time and > HTTP request processing is completed. > Is this a bug or a specification? The process sta