You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf

10 lines
331 B

# 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