Re: [Mailman-Users] Having the Web interface show the same lists with or without the "www." prefix

2008-01-26 Thread Raquel
On Sat, 26 Jan 2008 13:28:10 -0600
Paul Kleeberg <[EMAIL PROTECTED]> wrote:

> Raquel,
> 
> That is a good question.  I tried a server alias but that did not
> seem to work with Apache 2.2 (I think it did with 1.3 but who
> knows! my memory ain't what is used to be).  All other web pages
> would work except for the Mailman lists.
> 
> However, after having a Java Stout (my favorite mid-day beverage)
> and a slice of pizza (stimulated the dormant coding neurons in my
> brain) I was struck by the obvious:
> 
>Redirecting www.domain.com/mailman/ to domain.com/mailman/
> 
> All is well.  Thanks for the input!
> 
> Paul
> --

Just for a point of reference, I use Apache 2.2 and I use the server
alias directive on all my servers ... without any rewriting rules.
But, if what you did works, then why mess with it?

-- 
Raquel

We cannot learn from one another until we stop shouting at one
another, until we speak quietly enough so that our words can be heard
as well as our voices.

  --Richard M. Nixon

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Having the Web interface show the same lists with or without the "www." prefix

2008-01-26 Thread Paul Kleeberg
Raquel,

That is a good question.  I tried a server alias but that did not seem  
to work with Apache 2.2 (I think it did with 1.3 but who knows! my  
memory ain't what is used to be).  All other web pages would work  
except for the Mailman lists.

However, after having a Java Stout (my favorite mid-day beverage) and  
a slice of pizza (stimulated the dormant coding neurons in my brain) I  
was struck by the obvious:

   Redirecting www.domain.com/mailman/ to domain.com/mailman/

All is well.  Thanks for the input!

Paul
--
Paul Kleeberg
[EMAIL PROTECTED]


On Jan 26, 2008, at 12:09 PM, Raquel wrote:

> On Sat, 26 Jan 2008 11:42:29 -0600
> Paul Kleeberg <[EMAIL PROTECTED]> wrote:
>
>> Here is my question:  Is there anything I can do so that the
>> mailman web interface will show the same lists whether or not  the
>> "www." prefix appears?
>>
>> Background:  Migrated and upgraded a from MacOSX Server 10.4 to
>> 10.5 which included an upgrade of Mailman to 2.1.9.  Everything
>> functioned well.  I have 2 virtual domains and the lists on the two
>> domains have remained distinct and functioning.  Mailman's web
>> interface responded to www.domain1.com and domain1.com with one set
>> of mailing lists and www.domain2.com and domain2.com as the other
>> site.  Now that I have upgraded to Apache 2.2. it appears that it
>> the 2 web pages with the lists will only respond to the web pages
>> if the "www." is not included.  Is there anything I can do so that
>> the web interface for each sets of lists will work with or without
>> the "www." prefix? --
>> Paul Kleeberg
>
> This seems to be more of a question for the Apache list, however,
> what does your virtual host directive look like?
>
> Mine ... which works:
>
> 
>  ServerName www.domain.com
>  ServerAlias domain.com
>
> -- 
> Raquel
> 
> The care of human life and happiness, and not their destruction, is
> the first and only legitimate object of good government.
>
>  --Thomas Jefferson

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Having the Web interface show the same lists with or without the "www." prefix

2008-01-26 Thread Raquel
On Sat, 26 Jan 2008 11:42:29 -0600
Paul Kleeberg <[EMAIL PROTECTED]> wrote:

> Here is my question:  Is there anything I can do so that the
> mailman web interface will show the same lists whether or not  the
> "www." prefix appears?
> 
> Background:  Migrated and upgraded a from MacOSX Server 10.4 to
> 10.5 which included an upgrade of Mailman to 2.1.9.  Everything
> functioned well.  I have 2 virtual domains and the lists on the two
> domains have remained distinct and functioning.  Mailman's web
> interface responded to www.domain1.com and domain1.com with one set
> of mailing lists and www.domain2.com and domain2.com as the other
> site.  Now that I have upgraded to Apache 2.2. it appears that it
> the 2 web pages with the lists will only respond to the web pages
> if the "www." is not included.  Is there anything I can do so that
> the web interface for each sets of lists will work with or without
> the "www." prefix? --
> Paul Kleeberg

This seems to be more of a question for the Apache list, however,
what does your virtual host directive look like?

Mine ... which works:

 
  ServerName www.domain.com 
  ServerAlias domain.com

 -- 
Raquel

The care of human life and happiness, and not their destruction, is
the first and only legitimate object of good government.

  --Thomas Jefferson

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Having the Web interface show the same lists with or without the "www." prefix

2008-01-26 Thread Paul Kleeberg
Here is my question:  Is there anything I can do so that the mailman  
web interface will show the same lists whether or not  the "www."  
prefix appears?

Background:  Migrated and upgraded a from MacOSX Server 10.4 to 10.5  
which included an upgrade of Mailman to 2.1.9.  Everything functioned  
well.  I have 2 virtual domains and the lists on the two domains have  
remained distinct and functioning.  Mailman's web interface responded  
to www.domain1.com and domain1.com with one set of mailing lists and 
www.domain2.com 
  and domain2.com as the other site.  Now that I have upgraded to  
Apache 2.2. it appears that it the 2 web pages with the lists will  
only respond to the web pages if the "www." is not included.  Is there  
anything I can do so that the web interface for each sets of lists  
will work with or without the "www." prefix?
--
Paul Kleeberg
[EMAIL PROTECTED]


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp