diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-30 15:53:30 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-30 15:53:30 +0000 |
commit | e1e2510f3cc96611f1a83d5692054a5a6476b3ef (patch) | |
tree | 0c8c3824f6c6d852c810b6dac6395b7b34f459f1 /apache/include.d/index.anything | |
parent | 8db4df3b64aac3524dc731f5f354edb6803636df (diff) |
apache: Add vhosts.d, include.d and some example config snippets.
Diffstat (limited to 'apache/include.d/index.anything')
-rw-r--r-- | apache/include.d/index.anything | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apache/include.d/index.anything b/apache/include.d/index.anything new file mode 100644 index 0000000..972639b --- /dev/null +++ b/apache/include.d/index.anything @@ -0,0 +1,3 @@ +<IfModule mod_dir.c> + DirectoryIndex index.html index.htm index.shtml index.cgi index.php home.htm +</IfModule> |