[Mailman-Users] problems with gid when installing

Mark Sapiro msapiro at value.net
Sun Jan 21 17:45:32 CET 2007


Peter Coolen wrote:
>
>Some apache config lines for mailman
>
<snip>
>    ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

You don't need this for Mailman. You may want it for other reasons.


>    ScriptAlias /mailman/ "usr/local/mailman/cgi-bin/"    

Missing a slash. should be

    ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"

<snip>
>
><Directory "/usr/local/mailman/cgi-bin/">
>        Options Indexes FollowSymlinks MultiViews ExecCGI

The only option you need on this directory is ExecCGI


>        AllowOverride None
>        Order allow,deny
>        Allow from all
>    </Directory>
>
>
>> 
>> What is in Apache's error_log associated with the 404?
>> 
>
>[Sun Jan 21 17:24:24 2007] [error] [client 192.168.0.18] script not found or
>unable to stat: usr/local/mailman/create
>[Sun Jan 21 17:24:37 2007] [error] [client 192.168.0.34] script not found or
>unable to stat: usr/local/mailman/

Note missing slash.

-- 
Mark Sapiro <msapiro at value.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