Michael Temeschinko | 8 Jul 2012 22:08

apache rewrites from elgg

Hi List,

I want to install the elgg networking engine but unfortunately the 
rewrites are not optional and only for apache :(
don't understand the apache part nor I can adapt them for cherokee

I installed elgg with apache (so I can make sure it works)

now I shut down apache and start cherokee

I changed alredy the default rule of the vserver to redirection and all 
the following rules
but I don't know what to do with the %{QUERY_STRING} is this also 
possible on cherokee side?

of course I get an http 500 ;)
another question
if I point my prowser to http://localhost I get also an 500
  as the last rule I added additionally
a rewrite rule

^\/$       =>     index.php

now I get the homepage so here my question is this the only way to 
achieve this or are there better ways

ok I got the hompage but without css :(
but my first rule on this vserver is a Extension rule for 
png,gif,jpg,css,js with static content haendler
what you think I made wrong ?
(Continue reading)

Sebastian Ringel | 12 Jul 2012 11:16

SSL Time-Bug and Debian unstable Situation

Hello guys,

 I have 2 small questions:

1.) Firefox SSL 1-Sec-Timeout Bug

I think many people know the Problem with SSL and Cherokee at the moment. This bug slow down a lot every SSL site. One of our sites the siteload switch from 400 ms per SSL site to 5 sec with the new Firefox!

And every week more users use new Firefox versions.

Are you active working to fix this bug? When this bug is solved? When will a new version arrive with this fix?

Last commits was 2 weeks ago. Many users (like me) use Cherokee for the speed - and this situation is terrible, because it reduce our (and - I think - on every ecommerce site) conversion rate.

2.) Unstable Debian Packages

I installed some server Cherokee from Debian unstable last winter.

Now there are no packages available. It is impossible to setup this configuration again. I know, you did your best Gunnar for the Cherokee fans on Debian - and I want thank you for the support.

Is somebody active working on a Cherokee Package for Debian unstable?

When will be this package available?

I think these are very important questions for a lot of people. I love Cherokee and used it since 2 years - hope I have not to switch another webserver.

Sebastian

_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Stefan de Konink | 12 Jul 2012 11:29
Picon
Gravatar

Re: SSL Time-Bug and Debian unstable Situation

On Thu, 12 Jul 2012, Sebastian Ringel wrote:

> Last commits was 2 weeks ago. Many users (like me) use Cherokee for the
> speed - and this situation is terrible, because it reduce our (and - I think
> - on every ecommerce site) conversion rate.

The last commit solves this issue.

> Is somebody active working on a Cherokee Package for Debian unstable?

No, nobody stepped forward on this.

> When will be this package available?

After a package maintainer is available. Another option is that the Ubuntu 
packages are used.

Some personal priorities (finishing my master thesis) has holding me back 
in the last month to follow up the 'access to the website' problem. We 
can't release, if we can't publish.

Stefan
Sebastian Ringel | 12 Jul 2012 20:23

Re: SSL Time-Bug and Debian unstable Situation

Thanks for the fast and clear response! Nice to see that fixes are on the way. I hope a new versions comes asap. 

Sebastian

2012/7/12 Stefan de Konink <stefan <at> konink.de>
On Thu, 12 Jul 2012, Sebastian Ringel wrote:

Last commits was 2 weeks ago. Many users (like me) use Cherokee for the
speed - and this situation is terrible, because it reduce our (and - I think
- on every ecommerce site) conversion rate.

The last commit solves this issue.



Is somebody active working on a Cherokee Package for Debian unstable?

No, nobody stepped forward on this.



When will be this package available?

After a package maintainer is available. Another option is that the Ubuntu packages are used.

Some personal priorities (finishing my master thesis) has holding me back in the last month to follow up the 'access to the website' problem. We can't release, if we can't publish.


Stefan

_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Leonel Nunez | 17 Jul 2012 19:13

Re: SSL Time-Bug and Debian unstable Situation

> Hello guys,
>>
> 2.) Unstable Debian Packages
>
> I installed some server Cherokee from Debian unstable last winter.
>
> Now there are no packages available. It is impossible to setup this
> configuration again. I know, you did your best Gunnar for the Cherokee
> fans
> on Debian - and I want thank you for the support.
>
> Is somebody active working on a Cherokee Package for Debian unstable?
>
> When will be this package available?
>
> I think these are very important questions for a lot of people. I love
> Cherokee and used it since 2 years - hope I have not to switch another
> webserver.
>
> Sebastian
>
> _______________________________________________
> Cherokee mailing list
> Cherokee <at> lists.octality.com
> http://lists.octality.com/listinfo/cherokee
>
>

Was removed from unstable because it had release stop bugs,

Once the new debian is released I'll work to make it available on debian
and can be available on Ubuntu too

Do you need any new cherokee package for debian ??

I can make it for you and keep it updated,

Saludos

Leonel
Ken A | 17 Jul 2012 21:24

Re: file transfer

Jeremy Greene <jeremy <at> ZeeVee.Com> writes:

> 
> Through the server, I need a firmware update mechanism on an embedded system.
Using the normal http/php  file upload mechanism won’t work because there isn’t
space for temporary storage of the entire file -- I need to process it as it’s
received (decompress, store).
>  
> Actually, poking through Cherokee-admin, I don’t see anything on this, even
temp directory control etc…
>  
> Any pointers on this?

If the problem is that your /tmp folder is in RAM and of small size, you can
direct Cherokee to store the upload into a larger partition (assuming you have a
large Flash file system).

Export the following environment variable before starting the web server.

export CHEROKEE_TMPDIR=/path/to/large/mount
cherokee -your-command-line-options

_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Sebastian Ringel | 18 Jul 2012 00:08

Re: SSL Time-Bug and Debian unstable Situation

Hi Leonel, 

I need a debian unstable package with the latest release, if it is possible. I can test this package and report any issues. To fix the critical bug is necessary to get a stable cherokee, please include the fix, https://github.com/cherokee/webserver/commit/cbe47e2fd2799c306dd88b3f06f7a108fa250c19 
Thanks for your support, hope I can help you, too.  

Have a nice week,

Sebastian

2012/7/17 Leonel Nunez <listas <at> enelserver.com>
> Hello guys,
>>
> 2.) Unstable Debian Packages
>
> I installed some server Cherokee from Debian unstable last winter.
>
> Now there are no packages available. It is impossible to setup this
> configuration again. I know, you did your best Gunnar for the Cherokee
> fans
> on Debian - and I want thank you for the support.
>
> Is somebody active working on a Cherokee Package for Debian unstable?
>
> When will be this package available?
>
> I think these are very important questions for a lot of people. I love
> Cherokee and used it since 2 years - hope I have not to switch another
> webserver.
>
> Sebastian
>
> _______________________________________________
> Cherokee mailing list
> Cherokee <at> lists.octality.com
> http://lists.octality.com/listinfo/cherokee
>
>


Was removed from unstable because it had release stop bugs,

Once the new debian is released I'll work to make it available on debian
and can be available on Ubuntu too

Do you need any new cherokee package for debian ??

I can make it for you and keep it updated,


Saludos


Leonel




_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Leif W | 20 Jul 2012 02:11
Picon

Cherokee Project Community page broken/Error 500

http://www.cherokee-project.com/community.html

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head><title>Error 500: INTERNAL SERVER ERROR</title></head>
<body><h1>Error 500: INTERNAL SERVER ERROR</h1>
<p><pre>Traceback (most recent call last):
   File "/space/src/www.cherokee-ctk/CTK/Server.py", line 185, in handle_request
     content = self._do_handle()
   File "/space/src/www.cherokee-ctk/CTK/Server.py", line 140, in _do_handle
     ret = published (**published._kwargs)
   File "/space/src/www.cherokee-ctk/PageCommunity.py", line 50, in __call__
     page.sidebar += ProudList.DomainList()
   File "/space/src/www.cherokee-ctk/ProudList.py", line 86, in DomainList
     latest_widget            = DomainList_Widget()
   File "/space/src/www.cherokee-ctk/ProudList.py", line 62, in __init__
     domains = cPickle.load (open (config.PROUD_PICKLE, 'r'))
EOFError
</pre></p></body></html>

Gmane