projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
VNC: Catch the error when the VM is off and there is no host
[invirt/packages/invirt-web.git]
/
files
/
etc
/
apache2
/
conf.d
/
sipb-xen-repository
1
Alias /sipb-xen /srv/repository
2
3
Alias /debian/ /debian/
4
5
<Directory /srv/repository>
6
Options Indexes FollowSymLinks MultiViews
7
AllowOverride None
8
Order allow,deny
9
allow from all
10
</Directory>
11
12
<Directory /debian>
13
Options Indexes FollowSymLinks MultiViews
14
AllowOverride None
15
Order allow,deny
16
allow from all
17
</Directory>