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: <VirtualHost 99.999.999.999:80> 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