Tanstaafl wrote:

>On 2010-12-31 10:24 AM, Stephen J. Turnbull wrote:
>
>> What are the owner, group, and permissions for that file?
>
>Same as all the rest in cgi-bin:
>
>-rwxr-s--x  1 mailman mailman 10448 Dec  5 13:37 admin


There's the issue. Apache can execute the wrappers, but mod_magic can't
read them.

chmod o+r /usr/lib64/mailman/cgi-bin/*

should get rid of the error. Note that it obviously isn't important
that mod_magic can't read the file. It is trying to determine the file
type from it's contents, but when it can't, Apache does the right
thing anyway.

-- 
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