Below is an except from an Apache configuration that works fine with Apache
2.2.x:
<Directory /*>
AuthType Basic
AuthName "My Authentication"
AuthBasicProvider wsgi
WSGIAuthUserScript /etc/apache2/access.wsgi
Require valid-user
WSGIAuthGroupScript /etc/apache2/access.wsgi
Require group authorized
</Directory>
With Apache 2.4.7 on Ubuntu 14.04, the Apache configtest fails with the
following report:
Unknown Authz provider: group
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_svn_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgid_module (shared)
dav_module (shared)
dav_svn_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
mime_module (shared)
mpm_event_module (shared)
negotiation_module (shared)
setenvif_module (shared)
socache_shmcb_module (shared)
ssl_module (shared)
status_module (shared)
wsgi_module (shared)
Can you help?
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.