[Mailman-Users] MailMan with Apache: error "attempt to invoke directory as script"

Vince LaMonica vjl at www.seweb.uci.edu
Tue Aug 6 22:52:48 CEST 2002


On Tue, 6 Aug 2002, Johannes Posel wrote:

} [Tue Aug 6 22:07:58 2002] [error] [client 217.235.111.92] attempt to
} invoke directory as script: /usr/local/mailman/cgi-bin

} <Directory /usr/local/mailman/cgi-bin>
} AllowOverride None
} Options ExecCGI
} </Directory>

You need "FollowSymLinks" as well:

 <Directory /usr/local/mailman/cgi-bin>
 AllowOverride None
 Options ExecCGI FollowSymLinks
 Order allow,deny
 Allow from all
 </Directory>

} <Directory /usr/local/mailman/cgi-bin/*>
} AllowOverride None
} Options ExecCGI
} </Directory>

I would get rid of the above <Directory> section. The first one should be
enough.

/vjl/

-- 
Vince LaMonica               UC Irvine,  School  of  Social Ecology
 W3 Developer       <*>      116 Social Ecology I, Irvine, CA 92697
 vjl at uci.edu                     https://www.seweb.uci.edu/~vjl

If Bill Gates had a nickel for every time Windows crashed...
                  ... oh wait, never mind.





More information about the Mailman-Users mailing list