[mythtv-users] Mythweb Duplicates Deactivated Default Behavior

Dan Christensen jdc at uwo.ca
Mon Apr 4 19:55:15 UTC 2005


Chris Petersen <lists at forevermore.net> writes:

>> Syntax error on line 14 of /etc/apache2/conf.d/mythjdc.conf:
>> CookieDomain values must begin with a dot
>
> in config/conf.php, set server_domain to your domain.  Do not mess with 
> any of the php stuff directly.

Some progress:

If I remove all of the settings I tried to do lately, cookies are
properly set in lynx.  I have

  ServerName boots:80
  UseCanonicalName off

and

  define('server_domain', $_SERVER['SERVER_NAME'] ?
    $_SERVER['SERVER_NAME']\ : $_SERVER['HTTP_HOST']);

Cookies work fine with both http://boots/mythweb/...
and http://boots.localdomain/mythweb/... (although they are
distinct cookies, I believe).

But this only works for firefox with URL's of the form
http://boots.localdomain/mythweb/...

I tried everything, and I can't get cookies with firefox using just
http://boots/...  as the URL.

I also tried with 

ServerName boots:80
UseCanonicalName on

define('server_domain', 'boots');

but still no luck.

Is lynx sending something different?  Or is it more accepting of
cookies than firefox?

Dan


More information about the mythtv-users mailing list