Apache Location require user

From annawiki
Revision as of 2022-04-12T19:13:25 by Tobiasco (talk | contribs) (Created page with "==vhost a== <Directory /opt/django/appA> require user alpha </Directoy> ==vhost b== WSGI script at /opt/django/appA....wsgi.py without <Location /path2> Require user...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

vhost a

<Directory /opt/django/appA>
 require user alpha
</Directoy>


vhost b

WSGI script at /opt/django/appA....wsgi.py

without

<Location /path2>
Require user alpha
</Location>

one does get Forbidden without being asked for username and password