26.08.11, 00:03, "Mark Sapiro" <[email protected]>: | NIKKurer wrote: || But coming on http://newbie.domain.com/mailman I get to http://rabbit.domain.com/mailman/listinfo || || Could you help me resolve this problem? | Look at your web server's configuration file(s). You probably have | something like | | RedirectMatch ^/mailman[/]*$ http://rabbit.domain.com/mailman/listinfo | | This should be | | RedirectMatch ^/mailman[/]*$ /mailman/listinfo | | instead. |
Thanks for your answer Mark. You were right, there was such string /etc/httpd/conf/confs/mailman.conf:RedirectMatch ^/mailman[/]*$ http://rabbit.domain.com/mailman/listinfo I'm sorry, for so stupid question :-[ P.S.: I found more detailed guide on migration mailman to new server: http://www.debian-administration.org/articles/567 It helps me to solve another problem with that migration. ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
