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