diff options
author | 2020-08-25 14:29:17 +0200 | |
---|---|---|
committer | 2020-08-25 14:29:17 +0200 | |
commit | 2dfeed2eb4f431e2c25a0890d444d29fcd185e9c (patch) | |
tree | 2ac1a2c4aff386e5e4a70fb74764961ec9707a0f /www-apache | |
parent | www-apache/mod_auth_mellon: properly fix deps (diff) | |
download | graaff-2dfeed2eb4f431e2c25a0890d444d29fcd185e9c.tar.gz graaff-2dfeed2eb4f431e2c25a0890d444d29fcd185e9c.tar.bz2 graaff-2dfeed2eb4f431e2c25a0890d444d29fcd185e9c.zip |
www-apache/mod_auth_mellon: load module in conf file
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_mellon/files/10_mod_auth_mellon.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-apache/mod_auth_mellon/files/10_mod_auth_mellon.conf b/www-apache/mod_auth_mellon/files/10_mod_auth_mellon.conf index ea1d991a..64863b45 100644 --- a/www-apache/mod_auth_mellon/files/10_mod_auth_mellon.conf +++ b/www-apache/mod_auth_mellon/files/10_mod_auth_mellon.conf @@ -1,3 +1,5 @@ +<IfDefine MELLON> +LoadModule auth_mellon_module modules/mod_auth_mellon.so ########################################################################### # Global configuration for mod_auth_mellon. This configuration is shared by # every virtual server and location in this instance of apache. @@ -64,3 +66,4 @@ MellonPostCount 100 ########################################################################### # End of global configuration for mod_auth_mellon. ########################################################################### +</IfDefine> |