Steve Baker | da786b2 | 2014-05-27 12:24:40 +1200 | [diff] [blame] | 1 | Listen %DIB_PIP_REPO_PORT% |
2 | |||||
3 | <VirtualHost *:%DIB_PIP_REPO_PORT%> | ||||
4 | DocumentRoot %DIB_PIP_REPO% | ||||
5 | <Directory %DIB_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%/dib_pip_repo_error.log | ||||
13 | LogLevel warn | ||||
14 | CustomLog /var/log/%APACHE_NAME%/dib_pip_repo_access.log combined | ||||
15 | </VirtualHost> |