Explorar el Código

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

Ralf S. Engelschall hace 17 años
padre
commit
91953cde9b
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>