blob: d88ac3e35a66f5f1d93e5c78877c94a55b4be1b7 [file] [log] [blame]
Steve Baker249e36d2015-03-05 14:01:45 +13001Listen %HEAT_PIP_REPO_PORT%
2
3<VirtualHost *:%HEAT_PIP_REPO_PORT%>
4 DocumentRoot %HEAT_PIP_REPO%
5 <Directory %HEAT_PIP_REPO%>
6 DirectoryIndex index.html
7 Require all granted
8 Order allow,deny
9 allow from all
10 </Directory>
11
12 ErrorLog /var/log/%APACHE_NAME%/heat_pip_repo_error.log
13 LogLevel warn
14 CustomLog /var/log/%APACHE_NAME%/heat_pip_repo_access.log combined
15</VirtualHost>