Alvaro Lopez Ortega | 4 Jan 2008 10:29
Picon

Cherokee admin interface merged

Hi guys,

I just wanted to let you know that we have reached a new milestone in
our way toward Cherokee 0.6.0. I am delighted to announce that we have
merged the new administration interface in cherokee/trunk.

Beware, this web interface is in a really early state. It is not meant
to be used in production yet, although it is functional enough to be
merged upstream and to be publicly tested.

I do hope that Cherokee 0.6.0 will to hit the road soon. There are
still some edges that need to be smoothed out prior to the final
release, so if you feel like helping us to polish this upcoming
release you are more than welcome! :-)

As quick reminder, the newest repository version of cherokee/trunk is
always available at: http://www.cherokee-project.com/download/trunk/

And the areas where we have to focus are:

  - Bug fixing:
    Only Critical and High priorities are a must
    http://code.google.com/p/cherokee/issues/list

  - Administration interface:
    Many things here: code, look&feel and bug fixing

  - Documentation:
    We have got a great new documentation system for 0.6.0!
    We do need to review and update the documentation.
(Continue reading)

Benedikt Grundmann | 4 Jan 2008 13:39
Picon

mirror handler

Hi list,

Hello everybody I'm thinking about replacing my current setup which
uses apache2 with cherokee.  As I'm using ajaxterm can the new mirror
handler be used together with authentication and SSL?  Similar to the
second (apache) example on the AjaxTerm side?

 http://antony.lesuisse.org/qweb/trac/wiki/AjaxTerm

Thanks in advance,

Benedikt Grundmann

--

-- 
Calvin: I try to make everyone's day a little more
surreal.

(From Calvin & Hobbes)
Sergio Cuéllar Valdés | 4 Jan 2008 15:54
Picon
Gravatar

Symlinks

Hello,

how do you enable "FollowSymlinks" in 0.6 ?

Thanks,
Sergio Cuellar

--

-- 
"Meine Hoffnung soll mich leiten
Durch die Tage ohne Dich
Und die Liebe soll mich tragen
Wenn der Schmerz die Hoffnung bricht"
Alvaro Lopez Ortega | 4 Jan 2008 16:42
Picon
Gravatar

Re: mirror handler

Benedikt Grundmann wrote, On 04/01/2008 13:39:
> Hi list,
> 
> Hello everybody I'm thinking about replacing my current setup which
> uses apache2 with cherokee.  As I'm using ajaxterm can the new mirror
> handler be used together with authentication and SSL?  Similar to the
> second (apache) example on the AjaxTerm side?
> 
>  http://antony.lesuisse.org/qweb/trac/wiki/AjaxTerm

Here is the configuration I have used to test it out. It works nicely:

=========
vserver!default!document_root = /tmp
vserver!default!directory!/!handler = common
vserver!default!directory!/!priority = 1

vserver!default!directory!/term!handler = mirror
vserver!default!directory!/term!handler!balancer = round_robin
vserver!default!directory!/term!handler!balancer!type = interpreter
vserver!default!directory!/term!handler!balancer!entry1!host = localhost:8022
vserver!default!directory!/term!handler!balancer!entry1!interpreter = 
/tmp/Ajaxterm-0.10/ajaxterm.py
vserver!default!directory!/term!priority = 2
=========

By the way, I have just fixed a tiny bug related to the mirror handler. I 
encourage to use r975 or newer.

--

-- 
(Continue reading)

Alvaro Lopez Ortega | 4 Jan 2008 16:45
Picon
Gravatar

Re: Symlinks

Sergio Cuéllar Valdés wrote, On 04/01/2008 15:54:

> how do you enable "FollowSymlinks" in 0.6 ?

No, it follows the symbolic links by default.. but it sounds like a 
nice-to-have that we could easily implement.

Could you please log a RFE for this?
  http://code.google.com/p/cherokee/issues/entry

Thanks Sergio!

--

-- 
Greetings, alo.
http://www.alobbs.com
Stefan de Konink | 4 Jan 2008 16:52
Picon
Picon
Favicon

Re: max age option

I see you have implemented something :) I'll check it out :)

Stefan
Sergio Cuéllar Valdés | 4 Jan 2008 16:54
Picon
Gravatar

Re: Symlinks

2008/1/4, Alvaro Lopez Ortega <alvaro <at> gnu.org>:
> Sergio Cuéllar Valdés wrote, On 04/01/2008 15:54:
>
> > how do you enable "FollowSymlinks" in 0.6 ?
>
> No, it follows the symbolic links by default.. but it sounds like a
> nice-to-have that we could easily implement.
>
> Could you please log a RFE for this?
>   http://code.google.com/p/cherokee/issues/entry

Done.

>
> Thanks Sergio!
>

Thank you, and all the people around Cherokee.

Best regards,

Sergio Cuellar

--

-- 
"Meine Hoffnung soll mich leiten
Durch die Tage ohne Dich
Und die Liebe soll mich tragen
Wenn der Schmerz die Hoffnung bricht"
Stefan de Konink | 4 Jan 2008 19:35
Picon
Picon
Favicon

logrotate?

creating libplugin_round_robin.la
(cd .libs && rm -f libplugin_round_robin.la && ln -s 
../libplugin_round_robin.la libplugin_round_robin.la)
make[2]: *** No rule to make target `cherokee_logrotate.c', needed by 
`cherokee_logrotate.o'.  Stop.

Hum?

Stefan
Alvaro Lopez Ortega | 4 Jan 2008 20:03
Picon
Gravatar

Re: logrotate?

Stefan de Konink wrote, On 04/01/2008 19:35:
 > creating libplugin_round_robin.la
 > (cd .libs && rm -f libplugin_round_robin.la && ln -s
 > ../libplugin_round_robin.la libplugin_round_robin.la)
 > make[2]: *** No rule to make target `cherokee_logrotate.c', needed by
 > `cherokee_logrotate.o'.  Stop.
 >
 > Hum

$ grep -i logrotate cherokee/Makefile.am
$

All the little binaries (like cherokee_logrotate) have been replaced
by cherokee_tweak. It seems that there is something going on with you
copy of the repository. Try a fresh checkout, it should work just
fine.

--

-- 
Greetings, alo.
http://www.alobbs.com
Stefan de Konink | 4 Jan 2008 20:16
Picon
Picon
Favicon

Re: logrotate?

Alvaro Lopez Ortega schreef:
> Stefan de Konink wrote, On 04/01/2008 19:35:
>  > creating libplugin_round_robin.la
>  > (cd .libs && rm -f libplugin_round_robin.la && ln -s
>  > ../libplugin_round_robin.la libplugin_round_robin.la)
>  > make[2]: *** No rule to make target `cherokee_logrotate.c', needed by
>  > `cherokee_logrotate.o'.  Stop.
>  >
>  > Hum
> 
> $ grep -i logrotate cherokee/Makefile.am
> $
> 
> All the little binaries (like cherokee_logrotate) have been replaced
> by cherokee_tweak. It seems that there is something going on with you
> copy of the repository. Try a fresh checkout, it should work just
> fine.

I think I should only have rerun autogen. But it is fixed now thanks 
Alvaro :)

Stefan

Gmane