[Mailman-Users] apache errors

Bryan Irvine sparctacus at gmail.com
Thu Sep 29 20:32:08 CEST 2005


> Here is what I use, adjust the path to your installation:
>
> ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
> <Directory /usr/lib/mailman/cgi-bin/>
>     AllowOverride None
>     Options ExecCGI
>     Order allow,deny
>     Allow from all
> </Directory>

Here's how it reads now after editing that file (and restarting apache).

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



More information about the Mailman-Users mailing list