[Mailman-Users] Mailman web interface - specifydifferentIP:port?

Mark Sapiro mark at msapiro.net
Fri Dec 31 19:13:26 CET 2010


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 <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list