]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- allow access to /files
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Sep 2005 12:21:34 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.conf -> 1.8

drupal.conf

index 2db46b604ad0e057e53eaded150a7d0abadbb242..7876178273894f74d9e905cf27d07bff9638f672 100644 (file)
 #    ErrorDocument 404 /drupal/index.php
 #</Location>
 
+<Directory /var/lib/drupal>
+    allow from all
+</Directory>
+
 <VirtualHost *:80>
     ServerName drupal
     ServerAlias www.drupal
This page took 0.075312 seconds and 4 git commands to generate.