Apache Location require user: Difference between revisions

From annawiki
(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...")
 
(No difference)

Latest revision as of 2022-04-12T19:13:25

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