Add the apache config on sipb-xen-dev to make this useful
svn path=/trunk/packages/sipb-xen-dev/sipb-xen-dev/; revision=48
+sipb-xen-dev (9) unstable; urgency=low
+
+ * Add /debian to apache config
+
+ -- Sam Hartman <hartmans@debian.org> Sat, 4 Aug 2007 18:54:43 -0400
+
sipb-xen-dev (8) unstable; urgency=low
* Can't use ..
sipb-xen-dev (8) unstable; urgency=low
* Can't use ..
Alias /sipb-xen /srv/repository
Alias /sipb-xen /srv/repository
+
+Alias /debian/ /debian/
+
+<Directory /srv/repository>
+ Options Indexes FollowSymLinks MultiViews
+ AllowOverride None
+ Order allow,deny
+ allow from all
+</Directory>
+
+<Directory /debian>
+ Options Indexes FollowSymLinks MultiViews
+ AllowOverride None
+ Order allow,deny
+ allow from all
+</Directory>