From 56d6e6f19f35fc732837319106b875436680dac6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 May 2016 23:12:29 +0200 Subject: Prevent loading brep module multiple times --- etc/brep-apache2.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/brep-apache2.conf b/etc/brep-apache2.conf index f783e35..d26da27 100644 --- a/etc/brep-apache2.conf +++ b/etc/brep-apache2.conf @@ -1,10 +1,12 @@ # Paste the following fragment into your section (it is the same # as what you find in the INSTALL file). # - + # Load the brep module. # - LoadModule brep_module /home/brep/install/libexec/brep/mod_brep.so + + LoadModule brep_module /home/brep/install/libexec/brep/mod_brep.so + # 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 -- cgit v1.1