source: trunk/packages/sipb-xen-www/files/etc/apache2/conf.d/sipb-xen-repository @ 509

Last change on this file since 509 was 509, checked in by price, 16 years ago

check in (part of?) the Apache config

File size: 335 bytes
Line 
1Alias /sipb-xen /srv/repository
2
3Alias /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>
Note: See TracBrowser for help on using the repository browser.