apache: fix crash when authenticating empty vhosts (#8941)

Fixes #8940.
This commit is contained in:
alexzorin
2021-07-15 11:12:14 -07:00
committed by GitHub
parent 8e29063ba7
commit a105b587ac
5 changed files with 17 additions and 2 deletions
@@ -0,0 +1,5 @@
<VirtualHost *:80>
<Location />
Require all denied
</Location>
</VirtualHost>