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

2021-03-16 Thread Jason Long
Thank you so much. On Tuesday, March 16, 2021, 12:44:45 PM GMT+3:30, Antony Stone wrote: On Tuesday 16 March 2021 at 09:13:54, Jason Long wrote: > Hello, > Instead of "ErrorDocument 403 "Unusual activity has been detected from > this IP address."" message, how can I forward it to ano

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

2021-03-16 Thread Antony Stone
On Tuesday 16 March 2021 at 09:13:54, Jason Long wrote: > Hello, > Instead of "ErrorDocument 403 "Unusual activity has been detected from > this IP address."" message, how can I forward it to another page? Try https://httpd.apache.org/docs/2.4/custom-error.html Antony. -- "The future is alread

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

2021-03-16 Thread Jason Long
Hello, Instead of "ErrorDocument 403 "Unusual activity has been detected from this IP address."" message, how can I forward it to another page? Thanks. On Monday, March 15, 2021, 11:49:41 PM GMT+3:30, Jason Long wrote: I solved the problem:           Require all granted       Incl

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

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