Dear Arno,
phpmyadmin does indeed use a conditional statement, just the wrong one.
# Authorize for setup
<Directory /usr/share/phpmyadmin/setup>
<IfModule mod_authn_file.c>
AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile /etc/phpmyadmin/htpasswd.setup
</IfModule>
Require valid-user
</Directory>
a2enmod authn_core does indeed fix the problem.
Thanks.
On 07/21/13 10:44, Arno Töll wrote:
reassign 717448 phpmyadin
thanks
On 21.07.2013 03:59, Jean-Michel Vourgère wrote:
Try
$ a2enmod authn_core
It fixes the same problem here.
"AuthType" is provided by authn_core in httpd 2.4 and no longer provided
by the core module. As such, it is not available unconditionally in a
apache2 2.4 installation.
Packags must not use such directives without protecting them with
<IfModule>. Please see our packaging guidelines at [1].
[1]
http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git;a=blob;f=debian/PACKAGING;hb=master#l194
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]