I mistyped that last time, doh.  It is
http://domain.com/mailman/admin/list-name.  I got the CentOS 5 package
(Mailman 2.1.11) which defaults to an Apache config of /cgi-bin/mailman/ and
I changed it to just be /mailman/ (in terms of the URL, not the folder
structure).

Your script output:
http://pastebin.com/waqQC8Lr

<http://pastebin.com/waqQC8Lr>Looks like:
PATH_TRANSLATED: /usr/lib/cgi-bin/aa/bb/cc
is wrong, shouldn't it be something like
/usr/lib/cgi-bin/mailman/admin/aa/bb/cc?





On Wed, Sep 15, 2010 at 12:54 PM, Mark Sapiro <m...@msapiro.net> wrote:

> #!/usr/bin/python
>
> import os
>
> print 'Content-type: text/html'
> print
> print '<HTML><HEAD><TITLE>Print Environment</TITLE></HEAD><BODY>'
> for n,v in os.environ.items():
>    print '%s: %s<br>' % (n,v)
> print ' </BODY> </HTML>'
>
------------------------------------------------------
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