You need to create a user in the .htpasswd database to authenticate with
the file.




Thanks
Pankaj Singh


On Wed, Mar 26, 2014 at 5:14 AM, Paolo De Michele
<pa...@paolodemichele.it>wrote:

> Hi everybody,
>
> I configured a basic httpd authentication via apache2. Look below:
>
> <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>
>
> So, I rebooted apache2 but the authentication doesn't work
>
> Where is the problem?
> Can I fix it?
>
> Thanks in advance,
> Regards
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to