Steve Baker | 249e36d | 2015-03-05 14:01:45 +1300 | [diff] [blame] | 1 | Listen %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> |