zodman | 1 Feb 2007 09:18
Picon
Gravatar

cherokee-admin ....................

im compile cherokee from svn and install all good but when i do

lagrutadelzod:/usr/local/etc/cherokee# cherokee-admin 
Cherokee Web Server 0.6.0 (Jan 27 2007): Listening on port 9090, TLS disabled
 IPv6 disabled, using epoll, 1024 fds limit, 5 threads, 204 fds in each
 standard scheduling policy

and visit my browser http://localhost:9090
the shell output this:

lagrutadelzod:/usr/local/etc/cherokee# cherokee-admin 
Cherokee Web Server 0.6.0 (Jan 27 2007): Listening on port 9090, TLS disabled
 IPv6 disabled, using epoll, 1024 fds limit, 5 threads, 204 fds in each
 standard scheduling policy
sh: /usr/local/share/cherokee/admin//server.sh: No such file or directory
sh: line 0: exec: /usr/local/share/cherokee/admin//server.sh: cannot execute: No such file or directory
file thread.c:1024 (process_active_connections): ret code unknown ret=-2
sh: /usr/local/share/cherokee/admin//server.sh: No such file or directory
sh: line 0: exec: /usr/local/share/cherokee/admin//server.sh: cannot execute: No such file or directory
file thread.c:1024 (process_active_connections): ret code unknown ret=-2

look on the dir:

 lagrutadelzod:/usr/local/share/cherokee# ls *
mime_types.txt

deps:
combined.deps  common.deps  error_redir.deps  nn.deps  phpcgi.deps

icons:
(Continue reading)

bill lam | 2 Feb 2007 07:27
Picon

timeout in scgi and fastcgi

Does cherokee have any directive to specify timeout for scgi and fastcgi. I have 
some requests that may take a considerable time (5 to 15 minutes) to finish.

--

-- 
regards,
bill
zodman | 3 Feb 2007 09:46
Picon
Gravatar

cherokee-admin ....................

im compile cherokee from svn and install all good but when i do

lagrutadelzod:/usr/local/etc/cherokee# cherokee-admin 
Cherokee Web Server 0.6.0 (Jan 27 2007): Listening on port 9090, TLS disabled
 IPv6 disabled, using epoll, 1024 fds limit, 5 threads, 204 fds in each
 standard scheduling policy

and visit my browser http://localhost:9090
the shell output this:

lagrutadelzod:/usr/local/etc/cherokee# cherokee-admin 
Cherokee Web Server 0.6.0 (Jan 27 2007): Listening on port 9090, TLS disabled
 IPv6 disabled, using epoll, 1024 fds limit, 5 threads, 204 fds in each
 standard scheduling policy
sh: /usr/local/share/cherokee/admin//server.sh: No such file or directory
sh: line 0: exec: /usr/local/share/cherokee/admin//server.sh: cannot execute: No such file or directory
file thread.c:1024 (process_active_connections): ret code unknown ret=-2
sh: /usr/local/share/cherokee/admin//server.sh: No such file or directory
sh: line 0: exec: /usr/local/share/cherokee/admin//server.sh: cannot execute: No such file or directory
file thread.c:1024 (process_active_connections): ret code unknown ret=-2

look on the dir:

 lagrutadelzod:/usr/local/share/cherokee# ls *
mime_types.txt

deps:
combined.deps  common.deps  error_redir.deps  nn.deps  phpcgi.deps

icons:
(Continue reading)

zodman | 3 Feb 2007 09:45
Picon
Gravatar

cherokee-admin ....................

im compile cherokee from svn and install all good but when i do

lagrutadelzod:/usr/local/etc/cherokee# cherokee-admin 
Cherokee Web Server 0.6.0 (Jan 27 2007): Listening on port 9090, TLS disabled
 IPv6 disabled, using epoll, 1024 fds limit, 5 threads, 204 fds in each
 standard scheduling policy

and visit my browser http://localhost:9090
the shell output this:

lagrutadelzod:/usr/local/etc/cherokee# cherokee-admin 
Cherokee Web Server 0.6.0 (Jan 27 2007): Listening on port 9090, TLS disabled
 IPv6 disabled, using epoll, 1024 fds limit, 5 threads, 204 fds in each
 standard scheduling policy
sh: /usr/local/share/cherokee/admin//server.sh: No such file or directory
sh: line 0: exec: /usr/local/share/cherokee/admin//server.sh: cannot execute: No such file or directory
file thread.c:1024 (process_active_connections): ret code unknown ret=-2
sh: /usr/local/share/cherokee/admin//server.sh: No such file or directory
sh: line 0: exec: /usr/local/share/cherokee/admin//server.sh: cannot execute: No such file or directory
file thread.c:1024 (process_active_connections): ret code unknown ret=-2

look on the dir:

 lagrutadelzod:/usr/local/share/cherokee# ls *
mime_types.txt

deps:
combined.deps  common.deps  error_redir.deps  nn.deps  phpcgi.deps

icons:
(Continue reading)

bill lam | 6 Feb 2007 04:35
Picon

problem in scgi fcgi non-blocking server

I modified my toy scgi/fcgi server from blocking to non-blocking socket, found 
that cherokee only sending the header portion, for GET this is OK but it failed 
to deliver the POSTed data to my scgi/fcgi server as log below

async clone new socket: 844
async sockread [some dataread]: 844
async sockread [wouldblock]: 844
490:CONTENT_LENGTH493SCGI1SERVER_S.5.4SERVER_ ... cgi/soap,

everything up to the final "," (in case of scgi) is read, then my scgi server 
encounter WSAEWOULDBLOCK, and wait forever. There should a POSTed data of length 
of 493 bytes.

Did I miss something or is this a bug? Does anyone have postive results when 
using non-blocking socket server with cherokee scgi/fcgi?

cherokee 0.5.4 win32

Ps. this is my previous post sent but not shown up in forum.

  timeout in scgi and fastcgi
  ---------------------------
Does cherokee have any directive to specify timeout for scgi and fastcgi. I have 
some requests that may take a considerable time (5 to 15 minutes) to finish.

--

-- 
regards,
bill
bil | 6 Feb 2007 04:38

problem in scgi fcgi non-blocking server

(I failed to post by email, is this an known issue?)
I modified my toy scgi/fcgi server from blocking to non-blocking socket, found that cherokee only sending the header portion, for GET this is OK but it failed to deliver the POSTed data to my scgi/fcgi server as log below

async clone new socket: 844
async sockread [some dataread]: 844
async sockread [wouldblock]: 844
490:CONTENT_LENGTH493SCGI1SERVER_S.5.4SERVER_ ... cgi/soap,

everything up to the final "," (in case of scgi) is read, then my scgi server encounter WSAEWOULDBLOCK, and wait forever. There should a POSTed data of length of 493 bytes.

Did I miss something or is this a bug? Does anyone have postive results when using non-blocking socket server with cherokee scgi/fcgi?

cherokee 0.5.4 win32

Ps. this is my previous post sent but not shown up in forum.

timeout in scgi and fastcgi
---------------------------
Does cherokee have any directive to specify timeout for scgi and fastcgi. I have some requests that may take a considerable time (5 to 15 minutes) to finish.




-------

Read this topic online here:
http://www.cherokee-project.com/forum/viewtopic.php?p=249#249

-------
_______________________________________________
Cherokee mailing list
Cherokee <at> cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
César Fernández Gago | 8 Feb 2007 12:45
Favicon

Testing new configuration web interface


Hi all,

   Has somebody tried the new Cherokee 0.6 administration interface? I 
have been thinking of testing (and contributing?), but I didn't success 
when I tried to set it up.

   Is there some tutorial/howto available? I haven't seen anything on 
the mailing list or the website.

   Any pointer would be appreciated. :-)
elesouef | 8 Feb 2007 14:07

[OFF-TOPIC] Mailman down ?

Hello

I have to change my cherokee mailing-list subscriptions. It appears that the mailman interface doesn't work.

Any chance to have it back online soon ?

Thanks.

Emmanuel.




-------

Read this topic online here:
http://www.cherokee-project.com/forum/viewtopic.php?p=251#251

-------
_______________________________________________
Cherokee mailing list
Cherokee <at> cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
Juanba Escrig | 13 Feb 2007 10:00
Picon

cherokee modules

Hello,

I'm working on my end-of-degree project, and I'm interested on create a module for cherokee.

I read some time ago in the list archives, some threads about traffic shapping, Do you know anything about it?

The discussion begun in october 2005 and ended in the same month.

Is anybody working on it now?

I'm not interested in bounties, I think that's for cherokee hackers, and I'm not one of them :-(


thanks in advance

Juanba

_______________________________________________
Cherokee mailing list
Cherokee <at> cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
Brian Rosner | 13 Feb 2007 16:40
Picon
Gravatar

Re: cherokee modules

On 2007-02-13 02:00:39 -0700, "Juanba Escrig" <jbescrig <at> gmail.com> said:

> 
> 
> Hello,
> 
> I'm working on my end-of-degree project, and I'm interested on create a
> module for cherokee.
> 
> I read some time ago in the list archives, some threads about traffic
> shapping, Do you know anything about it?
> 
> The discussion begun in october 2005 and ended in the same month.
> 
> Is anybody working on it now?
> 
> I'm not interested in bounties, I think that's for cherokee hackers, and I'm
> not one of them :-(
> 
> 
> thanks in advance
> 
> Juanba
> 
> 
> Hello,<br><br>I&#39;m working on my end-of-degree project, and I&#39;m 
> interested on create a module for cherokee. <br><br>I read some time 
> ago in the list archives, some threads about traffic shapping, Do you 
> know anything about it?
> <br><br>The discussion begun in october 2005 and ended in the same 
> month. <br><br>Is anybody working on it now?<br><br>I&#39;m not 
> interested in bounties, I think that&#39;s for cherokee hackers, and 
> I&#39;m not one of them :-(
> <br><br><br>thanks in advance<br><br>Juanba
> 
> 
> 
> _______________________________________________
> Cherokee mailing list
> Cherokee <at> cherokee-project.com
> http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

To my knowledge there isn't anyone working on it.  It would be a very 
nice thing to incorporate into Cherokee.  If anyone is working on it 
let this mailing list know!  ;)
--

-- 
Brian Rosner
http://www.brosner.com/blog

Gmane