]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- initial apache config
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 18 May 2005 14:34:49 +0000 (14:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.conf -> 1.1

drupal.conf [new file with mode: 0644]

diff --git a/drupal.conf b/drupal.conf
new file mode 100644 (file)
index 0000000..4834196
--- /dev/null
@@ -0,0 +1,17 @@
+<IfModule mod_alias.c>
+    Alias /drupal /usr/share/drupal/htdocs
+</IfModule>
+
+<Directory /usr/share/drupal/htdocs>
+    Options None
+    AllowOverride None
+    <IfModule mod_access.c>
+        order allow,deny
+        allow from all
+    </IfModule>
+    <IfModule mod_php4.c>
+        php_value include_path "/usr/share/drupal:/usr/share/pear:."
+    </IfModule>
+</Directory>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.071532 seconds and 4 git commands to generate.