From: frank Date: Sun, 29 Jan 2012 12:07:41 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=9a26048fb0d0982e0803977a19dca7467975405e;p=config%2Fuhu1%2Fetc.git committing changes in /etc after emerge run Package changes: +www-apache/mod_auth_pgsql-2.0.3-r1 --- diff --git a/.etckeeper b/.etckeeper index f260750..600af4b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -73,6 +73,7 @@ maybe chmod 0644 './apache2/modules.d/45_mod_dav.conf' 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' diff --git a/apache2/modules.d/80_mod_auth_pgsql.conf b/apache2/modules.d/80_mod_auth_pgsql.conf new file mode 100644 index 0000000..96ea129 --- /dev/null +++ b/apache2/modules.d/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 + + +LoadModule auth_pgsql_module modules/mod_auth_pgsql.so + + +# vim: ts=4 filetype=apache