Dennis Putnam wrote:
>
>I seem to recall seeing this problem before but I can't find it in any
>of my archives.
>
>[Wed May 02 13:14:20 2012] [error] [client 74.176.153.13] script not
>found or unable to stat: /usr/lib/mailman/cgi-bin/admin.cgi.cgi,
>referer: https://dap002.dyndns-ip.com/mailman/admin
>
>Obviously the double cgi extension is the problem.


What is the setting for CGIEXT in mm_cfg.py? If there's nothing there,
look in Defaults.py, but the default should be

CGIEXT = ''

If your cgi wrappers are actually named with a .cgi extension, CGIEXT
should be set to '.cgi', otherwise it should be the default null.

It is not at all clear to me why this fails with the admin CGI and not
with listinfo. If there is anything in the web server that rewrites
these, it shouldn't be doing that.

-- 
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/archive%40jab.org

Reply via email to