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-DEV | |
parent | 8cfbe9bb24a2892a95b3813eb4cd8d22876e69df (diff) |
Prevent loading brep module multiple times
Diffstat (limited to 'INSTALL-DEV')
-rw-r--r-- | INSTALL-DEV | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV index d9eef3b..751237b 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -66,7 +66,9 @@ replacing <BREP-OUT-ROOT> and <BREP-SRC-ROOT> with the actual absolute paths # Load the brep module. # - LoadModule brep_module <BREP-OUT-ROOT>/mod/mod_brep.so + <IfModule !brep_module> + LoadModule brep_module <BREP-OUT-ROOT>/mod/mod_brep.so + </IfModule> # Repository root. Use / for web server root. And don't forget to also # update the Location and Alias directives below. |