I want to use the apache server as web server and reverse proxy to several web-services.
But i also want use apache as an authentication gateway. I know how to protect specific directories with .htaccess
or <Directory>
. And i read how to protect specific VirtualHost
with <Location>
.
But is there a way to protect evrey access with same configuration - some kind of global basic authentication?