[EMAIL PROTECTED] wrote: > >We have an internal Mailman server. The service is up and running for our >internal clients, but now we need to have it accessible to the world. We have >a >reverse-proxy that will allow us to redirect to port 80 for our internal >Mailman >server, but our Security group seems to have a fondness for external hosts with >hostnames that only begin with "www". Internally, and in the Mailman >configuration, the hostname is just "lists". If I add a ServerAlias of >"www.lists..." to my Apache configuration, listinfo interprets www.lists in a >different manner and claims there are no lists published for www.lists... > >Is there a way I can have "www.lists" get the same results as "lists" either >through mm_cfg.py or the Apache configuration? Perhaps with add_virtualhost?
Assuming you aren't actually supporting multiple virtual hosts, put VIRTUAL_HOST_OVERVIEW = Off in mm_cfg.py -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 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://wiki.list.org/x/QIA9
