[Bug 1529355] Re: authzprovideralias-defined authz provider can't be used in Ubuntu14
Andreas Hasenack
andreas at canonical.com
Fri Nov 23 20:09:16 UTC 2018
Confirmed the patch fixes the issue.
Without it /var/log/apache2/access.log reports this:
[Fri Nov 23 19:41:07.575706 2018] [authz_core:error] [pid 4855:tid 140320138327808] [client 10.0.100.1:56824] AH02305: no alias provider found for 'blacklisted-ips' (BUG?)
Simple config:
root at trusty-apache:/etc/apache2# cat conf-enabled/authorized.conf
<AuthzProviderAlias ip blacklisted-ips "10.0.100.1 10.10.0.50">
</AuthzProviderAlias>
And to the default vhost, I added this:
<Directory "/var/www/html">
<RequireAll>
Require not blacklisted-ips
Require all granted
</RequireAll>
</Directory>
** Changed in: apache2 (Ubuntu)
Status: Triaged => In Progress
** Changed in: apache2 (Ubuntu)
Assignee: (unassigned) => Andreas Hasenack (ahasenack)
--
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1529355
Title:
authzprovideralias-defined authz provider can't be used in Ubuntu14
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1529355/+subscriptions
More information about the Ubuntu-server-bugs
mailing list