SOURCES: drupal.conf - allow access to /files

glen glen at pld-linux.org
Thu Sep 29 14:21:39 CEST 2005


Author: glen                         Date: Thu Sep 29 12:21:39 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow access to /files

---- Files affected:
SOURCES:
   drupal.conf (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/drupal.conf
diff -u SOURCES/drupal.conf:1.7 SOURCES/drupal.conf:1.8
--- SOURCES/drupal.conf:1.7	Thu Sep 29 14:20:57 2005
+++ SOURCES/drupal.conf	Thu Sep 29 14:21:34 2005
@@ -81,6 +81,10 @@
 #    ErrorDocument 404 /drupal/index.php
 #</Location>
 
+<Directory /var/lib/drupal>
+    allow from all
+</Directory>
+
 <VirtualHost *:80>
     ServerName drupal
     ServerAlias www.drupal
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/drupal.conf?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list