source:
package_branches/invirt-web/ajaxterm-rebased/files/etc/apache2/conf.d/invirt-repository
Last change on this file was 1331, checked in by price, 16 years ago | |
---|---|
File size: 333 bytes |
Line | |
---|---|
1 | Alias /invirt /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> |
Note: See TracBrowser
for help on using the repository browser.