SOURCES: drupal.conf - sample for vhost based setup

glen glen at pld-linux.org
Wed Jul 6 18:49:33 CEST 2005


Author: glen                         Date: Wed Jul  6 16:49:33 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sample for vhost based setup

---- Files affected:
SOURCES:
   drupal.conf (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/drupal.conf
diff -u SOURCES/drupal.conf:1.4 SOURCES/drupal.conf:1.5
--- SOURCES/drupal.conf:1.4	Fri May 20 15:29:50 2005
+++ SOURCES/drupal.conf	Wed Jul  6 18:49:28 2005
@@ -79,4 +79,12 @@
     ErrorDocument 404 /drupal/index.php
 </Location>
 
+# use something like this for vhost setup, and remember to disable Alias
+# /drupal and RewriteBase /drupal above.
+# Please note that drupal-ID's don't work in subdirs, you need vhost for that.
+#<VirtualHost *:80>
+#    ServerName drupal
+#    DocumentRoot /usr/share/drupal/htdocs
+#</VirtualHost>
+
 # vim: filetype=apache ts=4 sw=4 et
================================================================

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




More information about the pld-cvs-commit mailing list