From f4e527aac36ba77932b2ab1c8f556ab410fd8349 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 4 Feb 2017 19:07:31 +0100 Subject: Initial commit. --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..80e7edd --- /dev/null +++ b/readme.md @@ -0,0 +1,12 @@ +# Autoindex customization for Apache HTTP server +This package configures your Apache HTTP server to use custom directory index pages instead of the default ones. + +## Dependencies +This customization requires that your Apache HTTP server is equal to or greater than **2.4** in the version. In addition, the following modules needs to be enabled: + +* `mod_alias`: +* `mod_include`: +* `mod_authz_core`: + +## Installation +All files and directories provided in this package are relative to the `/etc/apache2/` (depends on the system you use) directory. To activate the configuration, just execute `a2enconf autoindex` and reload the configuration with `systemctl reload apache2`. \ No newline at end of file -- cgit v1.2.3