Parcourir la source

allow one to reach the directory and grant access to it, too

Ralf S. Engelschall il y a 17 ans
Parent
commit
91953cde9b
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      svnweb/svnweb-apache.conf

+ 5 - 0
svnweb/svnweb-apache.conf

@@ -2,12 +2,17 @@
 ##  svnweb-apache.conf -- Apache configuration for SVN::Web
 ##
 
+Alias /svnweb @l_prefix@/etc/svnweb
+
 <Directory @l_prefix@/etc/svnweb>
     AllowOverride None
     Options       None
+    Order         allow,deny
+    Allow         from all
     SetHandler    perl-script
     PerlHandler   SVN::Web
 </Directory>
+
 <Directory @l_prefix@/etc/svnweb/css>
     SetHandler    default-handler
 </Directory>