On 12/06/2010 03:48 PM, Mark Sapiro wrote:
Mark Sapiro wrote:

Robert Moskowitz wrote:
<VirtualHost *:80>

    ServerName mailman

Same caveat as below, but I also think this should be

     ServerName mailman.htt-consult.com


#
#  httpd configuration settings for use with mailman.
#

ScriptAlias mailman.htt-consult.com/mailman/ /usr/lib/mailman/cgi-bin/

I am not an expert on named virtual hosts, but I think the above should
be

ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/

What I just tried is:

ServerName mailman
ServerAlias mailman.htt-consult.com
ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
RedirectMatch ^/mailman[/]*$ http://mailman.htt-consult.com/mailman/listinfo


And now I get:

Bug in Mailman version 2.1.12

We're sorry, we hit a bug!

And it tells me to look in the Mailman error logs. I see errors in the /var/hda/web-apps/mailman/logs/error_log. I will have to move it over to this system via a USB drive...

So progress!





[...]
Alias mailman.htt-consult.com/pipermail/ /var/lib/mailman/archives/public/

And I think the above should be

Alias /pipermail/ /var/lib/mailman/archives/public/

--
Mark Sapiro<m...@msapiro.net>         The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
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/mark%40msapiro.net
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
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

Reply via email to