diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 17:02:56 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 17:02:56 +0000 |
commit | 187eb82a812ae8bce0262d41cd4f70544f81330a (patch) | |
tree | de5b48281758aec56cd844273e5b484d14d4b26a /www-apache/mod_auth_mysql/files | |
parent | fix depend.apache usage wrt #208033 (diff) | |
download | gentoo-2-187eb82a812ae8bce0262d41cd4f70544f81330a.tar.gz gentoo-2-187eb82a812ae8bce0262d41cd4f70544f81330a.tar.bz2 gentoo-2-187eb82a812ae8bce0262d41cd4f70544f81330a.zip |
cleanup
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache/mod_auth_mysql/files')
-rw-r--r-- | www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf b/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf index bd4908794b47..f33ced4bdda0 100644 --- a/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf +++ b/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf @@ -1,10 +1,6 @@ <IfDefine AUTH_MYSQL> - <IfModule !mod_auth_mysql.c> - LoadModule mysql_auth_module modules/mod_auth_mysql.so - </IfModule> -</IfDefine> +LoadModule mysql_auth_module modules/mod_auth_mysql.so -<IfModule mod_auth_mysql.c> # mod_auth_mysql can be used to limit access to documents by checking # data in a MySQL database. @@ -131,7 +127,6 @@ # # require group user #</Directory> +</IfDefine> -</IfModule> - -# vim: syntax=apache +# vim: ts=4 filetype=apache |