Package changes:
+www-apache/mod_auth_pgsql-2.0.3-r1
maybe chmod 0644 './apache2/modules.d/46_mod_ldap.conf'
maybe chmod 0644 './apache2/modules.d/47_mod_dav_svn.conf'
maybe chmod 0644 './apache2/modules.d/70_mod_php5.conf'
+maybe chmod 0600 './apache2/modules.d/80_mod_auth_pgsql.conf'
maybe chmod 0644 './apache2/modules.d/99_nagios3.conf'
maybe chmod 0755 './apache2/vhosts.d'
maybe chmod 0644 './apache2/vhosts.d/.keep_www-servers_apache-2'
--- /dev/null
+# 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