Control Web Panel

WebPanel => Apache => Topic started by: teknikl on January 23, 2017, 11:13:27 PM

Title: Error 500 trying to open phpMyAdmin
Post by: teknikl on January 23, 2017, 11:13:27 PM
Hi all, hoping someone can help me!

[Mon Jan 23 18:06:17 2017] [crit] [client 10.5.1.105] configuration error:  couldn't perform authentication. AuthType not set!: /phpMyAdmin/
[Mon Jan 23 18:06:21 2017] [crit] [client 10.5.1.105] configuration error:  couldn't perform authentication. AuthType not set!: /phpMyAdmin/


Im able to open all the vhosts, just none of the shortlinks it looks like.

[Mon Jan 23 18:11:44 2017] [crit] [client 10.5.1.105] configuration error:  couldn't perform authentication. AuthType not set!: /webmail


heres the section in httpd.conf
running apache 2.2.7

<Directory "/usr/local/apache/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>


help!