[Mailman-Users] problems with gid when installing

Mark Sapiro msapiro at value.net
Sun Jan 21 17:55:31 CET 2007


Peter Coolen wrote:
>
>[Sun Jan 21 17:24:24 2007] [error] [client 192.168.0.18] script not found or
>unable to stat: usr/local/mailman/create


This error came from the missing slash in ScriptAlias when you tried to
visit something like <http://example.com/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/


And this error came from something like <http://example.com/mailman/>.

If you want this latter URL to work (usually people send it to the
listinfo page), you need something like

 RedirectMatch ^/mailman[/]*$   http://example.com/mailman/listinfo

in your Apache config.

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