Thanks, guys! :-)
Alvaro Lopez Ortega wrote:
> Eric S. Johansson wrote:
>
>>> Who can help me?
>>>
>>> *********************************
>>> ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"
>>>
>>> <Directory "/usr/local/mailman/cgi-bin/">
>>> AllowOverride None
>>> Options None
>>> Order allow,deny
>>> Allow from all
>>> </Directory>
>>>
>>> Alias /pipermail/ "/usr/local/mailman/archives/public/"
>>>
>>> <Directory "/usr/local/mailman/archives/public/">
>>> AllowOverride None
>>> Options ExecCGI FollowSymLinks
>>> Order allow,deny
>>> Allow from all
>>> </Directory>
>>> *********************************
>> what I use....
>>
>> # mailman stuff
>> Directory /mailman {
>> DocumentRoot /var/lib/mailman/cgi-bin/
>> Handler cgi {
>> ErrorHandler on
>> }
>> }
>>
>> Request "^/mailman/?$" {
>> Handler redir {
>> URL "http://harvee.org/mailman/listinfo"
>> }
>> }
>> Directory /mailman/images {
>> DocumentRoot /var/lib/mailman/icons/
>> Handler common
>
> If you use the handler file here, it's gonna be slightly faster and
> people won't be able to list the directory content. :-)
>
>> }
>>
>> Directory /pipermail {
>> DocumentRoot /var/lib/mailman/archives/public/
>> Handler common
>> }
>
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee