summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf')
-rw-r--r--www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf b/www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf
new file mode 100644
index 000000000000..96ea129e9f6e
--- /dev/null
+++ b/www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf
@@ -0,0 +1,9 @@
+# To make this module work with apache 2.2 you have to specify
+# `AuthBasicAuthoritative Off' in your authentication section. See
+# http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html#authbasicauthoritative
+
+<IfDefine AUTH_PGSQL>
+LoadModule auth_pgsql_module modules/mod_auth_pgsql.so
+</IfDefine>
+
+# vim: ts=4 filetype=apache