From f4cca008bd3d2f1263c594bc9b16905e3400a640 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Dec 2015 16:02:37 +0200 Subject: Improved version of apache config --- INSTALL | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 97669de..de84593 100644 --- a/INSTALL +++ b/INSTALL @@ -140,7 +140,6 @@ can also find this fragment in install/share/brep/etc/brep-apache2.conf): # Load the brep module. # LoadModule brep_module /home/brep/install/libexec/brep/mod_brep.so - SetHandler brep # Repository root. This is the part of the URL between the host name # and the start of the repository. For example, root value /pkg/ means @@ -150,6 +149,15 @@ can also find this fragment in install/share/brep/etc/brep-apache2.conf): # brep-root /pkg/ + + SetHandler brep + + + DirectoryIndex disabled + DirectorySlash Off + + + # Brep module configuration. If you prefer, you can paste the contents # of this file here. However, you will need to prefix every option with # 'brep-'. -- cgit v1.1