]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@uhu1.uhu-banane.de>
Sun, 29 Jan 2012 12:07:41 +0000 (13:07 +0100)
committerroot <root@uhu1.uhu-banane.de>
Sun, 29 Jan 2012 12:07:41 +0000 (13:07 +0100)
Package changes:
+www-apache/mod_auth_pgsql-2.0.3-r1

.etckeeper
apache2/modules.d/80_mod_auth_pgsql.conf [new file with mode: 0644]

index f260750880f95f171764dd697b48350db6db76b8..600af4b456b57be68e6cba75761eb0e1276f0c4b 100755 (executable)
@@ -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 (file)
index 0000000..96ea129
--- /dev/null
@@ -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