Procházet zdrojové kódy

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

Ralf S. Engelschall před 17 roky
rodič
revize
91953cde9b
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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>