Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- WSGIScriptAlias / /home/vagrant/murano/mos-horizon/openstack_dashboard/wsgi/django.wsgi
- WSGIDaemonProcess horizon user=vagrant group=vagrant processes=3 threads=10 home=/home/vagrant/murano/mos-horizon display-name=%{GROUP}
- WSGIApplicationGroup %{GLOBAL}
- SetEnv APACHE_RUN_USER vagrant
- SetEnv APACHE_RUN_GROUP vagrant
- WSGIProcessGroup horizon
- DocumentRoot /home/vagrant/murano/mos-horizon/.blackhole/
- Alias /media /home/vabrant/murano/mos-horizon/openstack_dashboard/static
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- </Directory>
- <Directory /home/vagrant/murano/mos-horizon/>
- Options Indexes FollowSymLinks MultiViews
- AllowOverride None
- # Apache 2.4 uses mod_authz_host for access control now (instead of
- # "Allow")
- <IfVersion < 2.4>
- Order allow,deny
- Allow from all
- </IfVersion>
- <IfVersion >= 2.4>
- Require all granted
- </IfVersion>
- </Directory>
- <IfVersion >= 2.4>
- ErrorLogFormat "%{cu}t %M"
- </IfVersion>
- ErrorLog /var/log/apache2/horizon_error.log
- LogLevel warn
- CustomLog /var/log/apache2/horizon_access.log combined
- </VirtualHost>
- WSGISocketPrefix /var/run/apache2
Advertisement
Add Comment
Please, Sign In to add comment