Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzzy Galvez <i@igalvez.net>2015-10-23 02:08:05 +0300
committerIzzy Galvez <i@igalvez.net>2015-10-23 02:08:05 +0300
commita91ca9bdf0950b235e5bae50f04b17804544192c (patch)
tree7d4a1dc86a3b3e6c2feab5c93c015e16eaf82b05
parent802ab67d46b8e43164f18c55408a800cbafdacc8 (diff)
added required modules and document root configuration
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index e298cd7..c6c2f12 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,24 @@ Apache's mod_autoindex feature is very useful when you want to set up a simple f
So, I decided to give it an overdue makeover by taking advantage of modern components like Bootstrap, jQuery, Google Fonts, and Font Awesome!
+## Prerequisite
+
+1. These Apache modules enabled:
+ * mod_dir
+ * mod_mime
+ * mod_deflate
+ * mod_filter
+ * mod_autoindex
+
+2. Set `AllowOverride All` for your virtual host's document root. For example, here's an except from an example virtual host configuration:
+
+<pre>DocumentRoot /home/iglvzx/www
+&lt;Directory /home/iglvzx/www&gt;
+ Options Indexes FollowSymLinks
+ AllowOverride All
+ Require all granted
+&lt;/Directory&gt;</pre>
+
## Features
### Folder Path Breadcrumbs