Ok, This is all sort of embarrassing, but may shed light on why other users have similar problems.
Both servers running RedHat had pre-existing mailman installations that came with the distribution by default! One was located at /usr/lib/mailman and one at /var/mailman, and had mailman.conf in conf.d that set the /mailman/ directory before my ScriptAlias could work. I didn't find this until doing a 'find / -name list_info.py' Thanks for all the help, I really appreciate it. Travis On 3/17/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Travis Derouin wrote: > > >Yep, I tried that. I even removed > >/tmp/mailman-2.1.7Mailman/Cgi/listinfo.py and did a `make clean` which > >deleted src/listinfo, but when i did a `make`, src/listinfo > >reappeared, even though listinfo.py was deleted. So I must be missing > >something somewhere. > > > Yes. > > > >When I do a `make install` the changes I put in > >/tmp/mailman-2.1.7/Mailman/Cgi/listinfo.py are copied over to > >/usr/local/mailman/Mailman/Cgi/listinfo.py, so I'm not sure why > >/usr/local/mailman/cgi-bin/listinfo doesn't reflect them. > > > make compiles src/listinfo.c into src/listinfo. make install copies > src/listinfo to /usr/local/mailman/cgi-bin/listinfo. This is just the > wrapper that checks for proper group before invoking > /usr/local/mailman/Mailman/Cgi/listinfo.py which is the python script > that actually does the work. > > -- > Mark Sapiro <[EMAIL PROTECTED]> 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://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