blob: 5d2379b5bb3316ceefc3a2dc9ef776bf89ea102a [file] [log] [blame]
Steve Bakerda786b22014-05-27 12:24:40 +12001Listen %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>