After standard installation of phpmyadmin on Ubuntu 14.04 I found <site>/phpmyadmin
doesn't work. After googling it, I found this can be solved with adding this line
Include "/etc/apache2/conf-enabled/*.conf"
Added to /etc/apache2/apache2.conf
config file.
But after apache reload I get this error message
* Reloading web server apache2
*
* The apache2 configtest failed. Not doing anything.
Output of config test was:
AH00526: Syntax error on line 30 of /etc/apache2/conf-enabled/phpmyadmin.conf:
Unknown Authz provider: valid-user
Action 'configtest' failed.
The Apache error log may have more information.
How can I fix error and make phpmyadmin
working?