Re: [Mailman-Users] Changing site domain name

2006-10-07 Thread Brad Knowles
At 11:59 PM -0700 10/6/06, Mark Sapiro wrote: > I think that normally, it should pass the name > of the host in the URL that accessed the page, at least in a virtual > hosts configuration, but here it is passing '10.0.10.18'. This is a > web server configuration issue.

Re: [Mailman-Users] Changing site domain name

2006-10-07 Thread Mark Sapiro
Chris Puttick wrote: >On 06/10/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: >> >> I suspect that adding >> >> VIRTUAL_HOST_OVERVIEW = Off >> >> to the above will fix the symptom. If it does, the underlying problem >> is that your web server is setting HTTP_HOST (or if HTTP_HOST is >> unset, SERVER_N

Re: [Mailman-Users] Changing site domain name

2006-10-06 Thread Chris Puttick
On 06/10/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Chris Puttick wrote: > > >Ok, the problem: > > > >http://lists.openarchaeology.net/mailman/listinfo > > > >compared with > > > >http://lists.openarchaeology.net/mailman/listinfo/mailman > > > >mm_cfg: > > > >from Defaults import * > > > >###

Re: [Mailman-Users] Changing site domain name

2006-10-06 Thread Mark Sapiro
Chris Puttick wrote: >Ok, the problem: > >http://lists.openarchaeology.net/mailman/listinfo > >compared with > >http://lists.openarchaeology.net/mailman/listinfo/mailman > >mm_cfg: > >from Defaults import * > >## ># Put YOUR site-specific settings be

Re: [Mailman-Users] Changing site domain name

2006-10-06 Thread Chris Puttick
Ok, the problem: http://lists.openarchaeology.net/mailman/listinfo compared with http://lists.openarchaeology.net/mailman/listinfo/mailman mm_cfg: from Defaults import * ## # Put YOUR site-specific settings below this line. DEFAULT_URL_PATTERN =

Re: [Mailman-Users] Changing site domain name

2006-10-06 Thread Brad Knowles
At 3:45 PM +0100 10/6/06, Chris Puttick wrote: > URLs are also as expected in emails, as are email addresses. Like I > say, the list server functions properly, except for this insistence of > using the IP address in the base URLs. Mark Sapiro, or one of the other core developers, may have a be

Re: [Mailman-Users] Changing site domain name

2006-10-06 Thread Mark Sapiro
Chris Puttick wrote: >the problem is seen if you go to any of the generic pages >e.g. lists.my.tld/mailman/listinfo, where the server instead of >referring to itself as lists.my.tld refers to itself as ip.ad.dr.ess - >if you go to a list specific page the URLs are as expected, except the >link for

Re: [Mailman-Users] Changing site domain name

2006-10-06 Thread Chris Puttick
Non-routeable as in private address behinded a NATed proxying firewall; the problem is seen if you go to any of the generic pages e.g. lists.my.tld/mailman/listinfo, where the server instead of referring to itself as lists.my.tld refers to itself as ip.ad.dr.ess - if you go to a list specific page

Re: [Mailman-Users] Changing site domain name

2006-10-06 Thread Brad Knowles
At 2:05 PM +0100 10/6/06, Chris Puttick wrote: >However > the root/master/? (a better name escapes me but "default" iseems > inappropriate, given it is a correctly configured variable) domain of > the installation is stubbornly rem

[Mailman-Users] Changing site domain name

2006-10-06 Thread Chris Puttick
Hi Now I know this will sound like a "didn't read the archives" and/or "didn't read the FAQ" but I did and no solution suggested for similar problems worked. In particular http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.029.htp does not fix the problem: Mailman has been installed o