Will Twomey wrote: >I was trying to rename my list, as per http://www.list.org/faq.html >(last question on that page).
This FAQ is for Mailman 2.0.x. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.070.htp>. >It wasn't working, and I figured I'd just use forwardings (postfix + >mysql setup). > >I went back (find /var/lib/mailman | grep newlistname) and changed >everything back (including removing the " RedirectMatch permanent" >from httpd.conf in apache2). Note that this redirect is just so you can continue to access the list via the old name after you've renamed it and the old name no longer exists as an actual list. >However, after restarting mailman/postfix/apache2 I find that I cannot >access my list. > >Going to http://domain.com/cgi-bin/mailman/admin/list tries to send me >to http://domain.com/cgi-bin/mailman/admin/1stCDDems > >I've tried genaliases, but no luck. genaliases is only for the MTA, it has nothing to do with the web interface. >Does anyone know what could be up? >(http://domain.com/cgi-bin/mailman/admindb/list works) Then you've successfully removed the redirect from Apache. >I figured it was something wrong with apache; are 'RedirectMatch >permanent' fields really permanent, ever after being removed and the >server being reloaded? If so, how can I remove them? No, but your browser or some proxy might remember them. Try accessing from a different machine or browser that hadn't accessed the page with the redirect in effect. -- 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://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
