[users@httpd] Apache 2.4.59, ProxyRemote with basic authentication connections failing with 407

2024-08-01 Thread Patrick Coyne
Hi, Apache noob here. I have apache 2.4.59 setup as a reverse caching proxy in order to cache files requested by clients from a server on the Internet. I want to also use an upstream forward proxy that controls access to the 'net with basic authentication. I have Squid 4.14 running on Windows as t

[users@httpd] temporary enable/disable access

2024-08-01 Thread Marc
I have currently such virtual host config: 1 2 AllowOverride All 3 Require all granted 4 45 46 Order deny,allow 47 Deny from all 48 #Allow from all 49 Allow from 1.1.1.1 50 #Allow from 2.2.2.2 51 # allow cron The ide

Re: [users@httpd] temporary enable/disable access

2024-08-01 Thread Frank Gingras
On Thu, Aug 1, 2024 at 5:18 PM Marc wrote: > > I have currently such virtual host config: > > > 1 > 2 AllowOverride All > 3 Require all granted > 4 > > 45 > 46 Order deny,allow > 47 Deny from all > 48 #Allow from all > 49 Allow from