]> git.pld-linux.org Git - packages/apache.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 11 May 2002 19:51:40 +0000 (19:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_dir.conf -> 1.1

apache-mod_dir.conf [new file with mode: 0644]

diff --git a/apache-mod_dir.conf b/apache-mod_dir.conf
new file mode 100644 (file)
index 0000000..40c7bd3
--- /dev/null
@@ -0,0 +1,6 @@
+LoadModule dir_module           /usr/lib/apache/mod_dir.so
+
+<IfModule mod_dir.c>
+       DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php
+</IfModule>
+
This page took 0.134193 seconds and 4 git commands to generate.