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 --- INSTALL | 4 +++- INSTALL-DEV | 4 +++- etc/brep-apache2.conf | 6 ++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 79851eb..95bc835 100644 --- a/INSTALL +++ b/INSTALL @@ -147,7 +147,9 @@ 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 + + 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 diff --git a/INSTALL-DEV b/INSTALL-DEV index d9eef3b..751237b 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -66,7 +66,9 @@ replacing and with the actual absolute paths # Load the brep module. # - LoadModule brep_module /mod/mod_brep.so + + LoadModule brep_module /mod/mod_brep.so + # Repository root. Use / for web server root. And don't forget to also # update the Location and Alias directives below. 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