diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-06-20 16:58:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-06-20 16:58:42 +0300 |
commit | 2fe33a237998841c6c49f5c1c2eaadb51e851f5c (patch) | |
tree | 92cffc3b07d498b1220e17ac81ace99b36c03086 /etc | |
parent | 9cfbec87ba1d28a38232d30805f910f03692e9f5 (diff) |
Fix <IfModule !brep_module> directive in etc/brep-apache2.conf
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep-apache2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/brep-apache2.conf b/etc/brep-apache2.conf index d26da27..2d04a1b 100644 --- a/etc/brep-apache2.conf +++ b/etc/brep-apache2.conf @@ -4,7 +4,7 @@ # Load the brep module. # - </IfModule> + <IfModule !brep_module> LoadModule brep_module /home/brep/install/libexec/brep/mod_brep.so </IfModule> |