From 1de1e45d2496e649f770530febcbe9c0dd37aba0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Dec 2015 14:58:04 +0200 Subject: Bugfix: wrong apache configuration Location directive --- INSTALL-DEV | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'INSTALL-DEV') diff --git a/INSTALL-DEV b/INSTALL-DEV index 92d7d43..2d03bbd 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -66,13 +66,21 @@ replacing and with the actual absolute paths # Load the brep module. # LoadModule brep_module /brep/mod_brep.so - SetHandler brep # Repository root. Use / for web server root. And don't forget to also - # update the Alias directives below. + # update the Location and Alias directives below. # brep-root /pkg/ + + SetHandler brep + + + DirectoryIndex disabled + DirectorySlash Off + + + # Brep module configuration. # brep-conf /etc/brep-module.conf -- cgit v1.1