From ac3c3d7412949431b68a0c1d4b9d2012768eacda Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 6 Dec 2013 15:32:58 -0800 Subject: [PATCH] Fix elastic-recheck vhost settings. Make the elastic-recheck Directory directives similar to the rest of the status Directories. This means using Allow from all rather than Require all granted to avoid mod_authz complaining about unset Authtypes. Change-Id: Id46983756a3bbd9a80f6e7e763bb373d298db07a --- modules/openstack_project/templates/status.vhost.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/openstack_project/templates/status.vhost.erb b/modules/openstack_project/templates/status.vhost.erb index edfae6e73b..7128a25926 100644 --- a/modules/openstack_project/templates/status.vhost.erb +++ b/modules/openstack_project/templates/status.vhost.erb @@ -42,16 +42,16 @@ NameVirtualHost <%= vhost_name %>:<%= port %> # per your local configuration Alias /elastic-recheck /usr/local/share/elastic-recheck - Options FollowSymlinks AllowOverride None - Require all granted + Order allow,deny + allow from all Alias /elastic-recheck/data /var/lib/elastic-recheck - Options FollowSymlinks AllowOverride None - Require all granted + Order allow,deny + allow from all ErrorLog /var/log/apache2/<%= name %>_error.log