Re: Kolab Webadmin
Timotheus Pokorra <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <ef2732aa-b591-ca93-df23-4cb53ec4696f__15367.1796828107$1558032113$gmane$org@tpokorra.de> |
Hello Ladas, > One question about kolab-webadmin account access. When the server and my pc > are in one IP sector I can log in. When I move the server into another network > segment (routed only or nated, does not matter) I get error message: Internal > system error! in red stripe when I try login. I use Allow,Deny rules in /etc/ > httpd/conf.d/kolab-webadmin.conf at the end of Directory chapter (by apache > this is better than .htaccess). > When I remove this rules login works properly. I use the same rules at > roundcubemail.conf and other .conf files and access works as rules are set. > Only kolab-webadmin.conf file has trouble with them. Is it feature or bug? Can > someone explain where could be mistake, please? I search log files, but did > not discover nothing usable in them :( Thank you very much. I wonder if the problem is that the server cannot reach itself? For such situations, I replace in /etc/kolab/kolab.conf in section kolab_wap the api_url with http://localhost/kolab-webadmin/api Same applies to kolab_files_server_url in /etc/roundcubemail/config.inc.php, which can be changed to http://localhost/chwala/ Hope this helps, Timotheus