Log server can run on Apache 2.4 / Ubuntu Trusty

Apache 2.4 is the default version for Ubuntu Trusty.
Upgrade the apache configuration with the additional permissions
required to run on both Apache 2.2 and Apache 2.4.

Follows work done in I70d814a5eaefea5a3fb6a47bc215f4ab64be884f

Change-Id: Ie63cf936709b0f272b7129a2dc613d07a4d2fab2
This commit is contained in:
Ramy Asselin 2015-03-16 15:21:34 -07:00
parent b3ba5531f1
commit d94b5a25a2
2 changed files with 10 additions and 0 deletions

View File

@ -28,6 +28,11 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
AllowOverride None
Order allow,deny
allow from all
Satisfy Any
</Directory>
<Directory /usr/local/lib/python2.7/dist-packages/os_loganalyze>
Allow from all
Satisfy Any
</Directory>
<Directory <%= @docroot %>/*/*/*/*/*-tempest-dsvm*/*>

View File

@ -28,6 +28,11 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
AllowOverride None
Order allow,deny
allow from all
Satisfy Any
</Directory>
<Directory /usr/local/lib/python2.7/dist-packages/os_loganalyze>
Allow from all
Satisfy Any
</Directory>
<Directory <%= docroot %>/*/*/*/*/*-tempest-dsvm*/*>