Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - teknikl

Pages: [1]
1
Apache / Error 500 trying to open phpMyAdmin
« 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!

Pages: [1]