]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank.brehm@profitbricks.com>
Thu, 14 Jan 2016 21:11:55 +0000 (22:11 +0100)
committerroot <root@uhu1.uhu-banane.de>
Thu, 14 Jan 2016 21:11:55 +0000 (22:11 +0100)
Package changes:

.etckeeper
apache2/modules.d/80_mod_auth_pgsql.conf [deleted file]

index 5dc2e8e1893fee4d353d3454b6911fe5647a2137..685811ea7d7949b2f8aa29f3d49f3ae645f0fc4e 100755 (executable)
@@ -98,7 +98,6 @@ 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/ssl'
 maybe chmod 0600 'apache2/ssl/egroupware-cert.pem'
diff --git a/apache2/modules.d/80_mod_auth_pgsql.conf b/apache2/modules.d/80_mod_auth_pgsql.conf
deleted file mode 100644 (file)
index 96ea129..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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