[Mailman-Users] nginx + fcgiwrap, web interface problems

Jon Evans cdawzrd at gmail.com
Wed Sep 15 19:10:18 CEST 2010


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 <mark at 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>'
>


More information about the Mailman-Users mailing list