On Monday 17 April 2006 12:01, Nick Wiltshire wrote:
> Thanks everyone for your help. It turned out that because I was connecting
> to the admin interface via an IP number rather than a host name, [I
> suspect] the cookie was getting lost.
>
> I'd suspect that the main distro of Kolab behaves the same -- it may even
> be intentional.


This is because your system apache is not configured the same was as the kolab 
apache.  The default apache with kolab runs on port 80, and any requests are 
redirected to the webroot running on port 443

<Location />
  ErrorDocument 403 https://@@@fqdnhostname@@@/admin/
</Location>

It would make no difference if connected via name or IP address ... any 
request on 80 (or whatever you configured it to listen on), is redirected to 
there.

Without a configuration like that you'll experience that problem as the form 
action is not specifically set on the login page.  It inherits the current 
URL as the action, and will not work as

http://127.0.0.1

Or whatever you used.


Andy

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to