Re: [Kolab-devel] Login fails in kolab-webadmin, mod_rewrite enabled.
Henning <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab,gmane.comp.kde.kolab.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I figured out what was wrong here. Because I force apache to use HTTPS with kolab-webadmin, the api-line in /etc/kolab.conf has to be api_url = https://localhost/kolab-webadmin/api You have to stick with localhost and https. regards, Henning PS: Please increase the number of log-messages thrown by kolab-webadmin. devel_mode = 1 and debug_mode = trace in /etc/kolab.conf did not :( >I cannot login via kolab-webadmin anymore. > >apache-log: >client denied by server configuration: >/usr/share/kolab-webadmin/public_html/api/system.authenticate > >kolab-webadmin-log: >(jni80dfa0kn9v9d5b1mdssf1a0): PHP Error: Login failed. Unable to decode response (POST) > >mod-rewrite in apache2 is ENABLED. > >ldapsearch with 'cn=Directory Manager' works as expected. > >What can I do to debug the thing? > >Please help. > >regards, >Henning