Hi Alvaro!

   I guess our mailman was already broken when I sent this reply, so
   here I go again:

> I am setup the lists manager Mailman on Cherokee, but on having acceded
> with the browser to the site of administration the servers shows the
> list of files and directories, as if the script were not executed.
>
> Cherokee (0.5.5) and Mailman (2.1.9) were configured and compiled from
> the sources, the file of configuration of virtualhosting for this
> Mailman of the following way
>
> #####################################################
> ## Virtual server for mailman.uc.edu.ve <http://mailman.uc.edu.ve>,
> www.mailman.uc.edu.ve <http://www.mailman.uc.edu.ve>
> ##
> Server mailman.uc.edu.ve <http://mailman.uc.edu.ve> ,
> www.mailman.uc.edu.ve <http://www.mailman.uc.edu.ve> {
>
>       DirectoryIndex index.html, index.htm, index.shtml
>
>       DocumentRoot /reduc/apps/mailman/archives/public
>
>       Log combined {
>               ErrorLog /reduc/www/log/mailman.error.log
>               AccessLog /reduc/www/log/mailman.access.log
>       }
>
>       Directory / {
>               Handler common
>       }
>

   I'd add these entries as well:

        Directory /images/mailman {
            Handler file
            DocumentRoot /usr/share/images/mailman/
        }

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

>       Directory /mailman/ {
>               Handler cgi {
>                     ErrorHandler on
>                     Scriptalias /reduc/apps/mailman/cgi-bin/
>               }
>       }

   This is the only unusual entry. Actually, I'd rather use this:

       Directory /mailman/ {
               Handler cgi {
                     ErrorHandler on
               }
                        DocumentRoot /reduc/apps/mailman/cgi-bin/
       }

> }
> #EOF
> ####################################################
>
> Someone of you knows a howto, tutorial or post of a blog that treats the
> matter of Mailman's configuration on Cherokke.

  What I have seen so far has been Mailman installations in the
  default directory ( /usr/lib/cgi-bin/mailman ). In that way, it
  works with Cherokee out of the box.  However, it shouldn't be a
  problem if you want to use the previous configuration.

  Good luck :-)

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to