diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-05-16 23:12:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-05-16 23:12:29 +0200 |
commit | 56d6e6f19f35fc732837319106b875436680dac6 (patch) | |
tree | b79894e6c9b16fd41d4c96962213f87d42e09801 /INSTALL | |
parent | 8cfbe9bb24a2892a95b3813eb4cd8d22876e69df (diff) |
Prevent loading brep module multiple times
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 + <IfModule !brep_module> + LoadModule brep_module /home/brep/install/libexec/brep/mod_brep.so + </IfModule> # 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 |