Hi,
the script in ROOT page of ./AegirCMS doesn't set the domain from which
cookies can be retrieved:
<?php
2: if ($logout=="Y")
3: {
4:   SetCookie("midgardauth","0", "", "/");
5:   if ($returnpath)
6:   {
7:      header ("Location: $returnpath");
8:      exit;
9:   }
10: }
11: ?><[login]>

The fifth parameter to SetCookie() is missing. Is it defined elswhere?
Now, is it possible that I am getting "cookies problem?" message because:
RedHat-system is host1.example.com
VirtualHost for midgard+aegir is host2.example.com
httpd.conf has host1.example.com as "ServerName" in the main server config
section.

Both hosts have the same IP and don't have in-addr-arpa tables in the dns.
Any answers?
Benedict



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to