Apache Location require user
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