Alvaro Lopez Ortega | 1 Nov 2006 19:32
Picon
Gravatar

Mailman problems: fixed

Hi guys,

  I just wanted to let you know that our Mailman has been down for a
  couple of days due to an unfortunate update. (It seems that there
  was an incompatible python module that was making it fail).

  It's fixed now. So, please, resend any mail that you may sent in the
  past two or three days... (and sorry for the inconveniences).

--

-- 
Greetings, alo.
http://www.alobbs.com
Alvaro Lopez Ortega | 1 Nov 2006 20:48
Picon
Gravatar

Re: Powered Mailman with Cherokke

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 / {
(Continue reading)

Alvaro Lopez Ortega | 2 Nov 2006 15:37
Picon

Re: New on Cherokee

Hugo Francisco González Robledo wrote:

> Is there any way to run python not as CGI or Fast CGI???

  Both.  Actually, you can even run Cherokee with SCGI.

> now we are using this configuration, to run like php
>
>  Extension py {
>     Handler phpcgi {
>        Interpreter /ruta/a/python
>     }
>  }
>
> is that ok, or there is any problem with that?
> it works well on windows, any comments ?

  Doesn't make sense at all.

  If you want to use Python CGIs, you should use something like this:

    Extension py {
       Handler cgi
    }

  actually, I wouldn't use it because of the performance penalty of
  using CGI and a quite big interpreter like the Python one. I would
  rather use SCGI:

   Directory /myapp {
(Continue reading)

Beech Rintoul | 5 Nov 2006 10:35

New FreeBSD Port Maintainer

Hi,

I have adopted your port and will be maintaining it on FreeBSD OS.

Besides a couple of minor changes, I'm working to make cherokee a bit more 
user friendly on our OS.

I'm looking forward to working with you.

Beech
--

-- 
---------------------------------------------------------------------------------------
Beech Rintoul - Sys. Administrator - beech <at> alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise Travel
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---------------------------------------------------------------------------------------

_______________________________________________
Cherokee mailing list
Cherokee <at> cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
Alvaro Lopez Ortega | 5 Nov 2006 11:46
Picon
Gravatar

Re: New FreeBSD Port Maintainer

Beech Rintoul wrote:

> I have adopted your port and will be maintaining it on FreeBSD OS.
>
> Besides a couple of minor changes, I'm working to make cherokee a
> bit more user friendly on our OS.

  I'm glad to hear that. :-)

> I'm looking forward to working with you.

  Grand. We are introducing loads of changes in Cherokee 0.6, so we
  will have to check them out before releasing the first 0.6 version.
  It's still, at least, a couple of months ahead, so we have plenty of
  time.

--

-- 
Greetings, alo.
http://www.alobbs.com
Evert | 12 Nov 2006 18:44
Favicon
Gravatar

http://www.cherokee-project.com/ down?

Hi all!

I get 'connection refused'. Am I the only one...?

Regards,
   Evert
Stefan de Konink | 12 Nov 2006 19:14
Picon
Picon
Favicon

http://www.cherokee-project.com/ down?

Evert wrote:
> I get 'connection refused'. Am I the only one...?

Nope, here too.

Stefan
Matt Medeiros | 12 Nov 2006 19:21

http://www.cherokee-project.com/ down?

Can't get to it either

Evert wrote:
> Hi all!
>
> I get 'connection refused'. Am I the only one...?
>
>
> Regards,
>    Evert
>
> _______________________________________________
> Cherokee mailing list
> Cherokee <at> cherokee-project.com
> http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
>   

--

-- 

Thank you!

_______________________
Matt Medeiros
Meganet Communications

p:508.646.0030
e:mmedeiros <at> meganet.net
u:http://meganet.net
_______________________
(Continue reading)

Beech Rintoul | 12 Nov 2006 20:42

http://www.cherokee-project.com/ down?

On Sunday 12 November 2006 09:21, Matt Medeiros wrote:
> Can't get to it either
>
> Evert wrote:
> > Hi all!
> >
> > I get 'connection refused'. Am I the only one...?
> >
> >
> > Regards,
> >    Evert

I can't get to it either, but if you're looking for the source code I have it 
mirrored here:

http://www.alaskaparadise.com/freebsd/cherokee-0.5.5.tar.gz

Beech

--

-- 
---------------------------------------------------------------------------------------
Beech Rintoul - Sys. Administrator - beech <at> alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise Travel
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---------------------------------------------------------------------------------------
Alvaro Lopez Ortega | 13 Nov 2006 13:38
Picon
Gravatar

http://www.cherokee-project.com/ down?

Beech Rintoul wrote:

>>> I get 'connection refused'. Am I the only one...?
>>>
>> Can't get to it either
>
> I can't get to it either, but if you're looking for the source code
> I have it mirrored here:
>
> http://www.alaskaparadise.com/freebsd/cherokee-0.5.5.tar.gz

  Sorry guys.. it has been my fault! I messed the server up.
  It is fixed now.

--

-- 
Greetings, alo.
http://www.alobbs.com

Gmane