List Info

Thread: What is the Cherokee equivalent of this Apache module-config?




What is the Cherokee equivalent of this Apache module-config?
user name
2006-06-28 13:09:08
Hi all!

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


Regards,
  Evert

_______________________________________________
Cherokee mailing list
Cherokee0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
What is the Cherokee equivalent of this Apache module-config?
user name
2006-06-28 13:51:49
Evert wrote:
> Hi all!
> 
> 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
         }

         Directory  /pipermail {
                 DocumentRoot
/var/lib/mailman/archives/public/
                 Handler common
         }


-- 
Speech-recognition in use.  It makes mistakes, I correct
some.
_______________________________________________
Cherokee mailing list
Cherokee0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
What is the Cherokee equivalent of this Apache module-config?
user name
2006-06-28 15:16:55
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
>         }

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
Cherokee0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
What is the Cherokee equivalent of this Apache module-config?
user name
2006-06-30 07:10:47
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
Cherokee0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )