Yann Malet | 1 Jul 2010 01:23
Picon
Gravatar

Re: Webdav?

Hello,


Few weeks ago I stumble upon this : http://docs.wsgidav.googlecode.com/hg/html/index.html
Given the fact that cherokee can run WSGI application via uwsgi. I am wondering if this could meet your need.

Regards,
--yml

On Mon, Jun 28, 2010 at 10:12 AM, Stefan de Konink <stefan <at> konink.de> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Op 28-06-10 15:36, Tony Zakula schreef:
> Curious to know if a WebDav implementation is on the schedule for Cherokee yet?

Not scheduled, but since more people are requesting it. Wouldn't it be
possible to do some sort of Cherokee Summer of Code project? People that
want is collect some money for a bounty and the person that finishes the
project gets the money?


Stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEAREKAAYFAkworbwACgkQYH1+F2Rqwn1afACeOqlH09pziyDRBgv/Yp2ijVzJ
m0wAn2Z9EyGEnqeVIRQw+NfEj58RpVr/
=az/7
-----END PGP SIGNATURE-----
_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee

_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Tony Zakula | 1 Jul 2010 04:39
Picon

Re: Webdav?

Thanks for the link!  I will check it out.


On Wed, Jun 30, 2010 at 6:23 PM, Yann Malet <yann.malet <at> gmail.com> wrote:
Hello,

Few weeks ago I stumble upon this : http://docs.wsgidav.googlecode.com/hg/html/index.html
Given the fact that cherokee can run WSGI application via uwsgi. I am wondering if this could meet your need.

Regards,
--yml


On Mon, Jun 28, 2010 at 10:12 AM, Stefan de Konink <stefan <at> konink.de> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Op 28-06-10 15:36, Tony Zakula schreef:
> Curious to know if a WebDav implementation is on the schedule for Cherokee yet?

Not scheduled, but since more people are requesting it. Wouldn't it be
possible to do some sort of Cherokee Summer of Code project? People that
want is collect some money for a bounty and the person that finishes the
project gets the money?


Stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEAREKAAYFAkworbwACgkQYH1+F2Rqwn1afACeOqlH09pziyDRBgv/Yp2ijVzJ
m0wAn2Z9EyGEnqeVIRQw+NfEj58RpVr/
=az/7
-----END PGP SIGNATURE-----
_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee


_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee


_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Raúl Jareño Morago | 1 Jul 2010 13:34
Picon

Cherokee 1.0.4 and Moodle

Hello,

 

I try to run Moodle wizard but it doesn’t work.  “Configuration Assistant” window appears in blank.

 

Regards,

Raúl

_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Taher Shihadeh | 1 Jul 2010 16:46

Re: Cherokee 1.0.4 and Moodle

Hello Raúl.
Could you please elaborate a bit more? Particularly, the output of running Cherokee-Admin with the -x parameter. If something is failing, it should be revealed that way.

I've just tried the wizards out, and I do get output on the Assistant dialog. Haven't tried running Moodle though, but the wizard hasn't changed since it was written-tested AFAICT ;-)

On 01/07/10 13:34, Raúl Jareño Morago wrote:

Hello,

 

I try to run Moodle wizard but it doesn’t work.  “Configuration Assistant” window appears in blank.

 

Regards,

Raúl


-- taher <at> unixwars.com http://unixwars.com/
_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Stefan Scherfke | 1 Jul 2010 18:36
Picon

Sources: "Execute as User" does not work

Hi all,

my server runs a few vServers for different users. I‘ve set up an information source (uwsgi and scgi/php)
for each vServer and user. The processes for uwsgi or php should be executed as the user that “owns” the
vServer (e.g. stefan instead of www-data) to allow read/write access to the users files.

But although I entered a user/group in the Information Source config, the processes get executed as www-data:www-data

I’m running cherokee 1.0.4 on a vserver with ubuntu lucid 10.04.

Here is the config for on of the sources:

source!2!env_inherited = 1
source!2!group = stefan
source!2!host = /tmp/cherokee-stefan.sock
source!2!interpreter = /usr/bin/uwsgi -s /tmp/cherokee-stefan.sock -t 10 -M -p 10 -C --pythonpath
/path_to_django_site/ -w django_wsgi -H /path_to_venv
source!2!nick = uWSGI stefan
source!2!type = interpreter
source!2!user = stefan

And the server config:

config!version = 001000004
server!bind!1!port = 80
server!bind!1!tls = 0
server!collector = rrd
server!group = www-data
server!ipv6 = 1
server!keepalive = 1
server!keepalive_max_requests = 500
server!panic_action = /usr/share/cherokee/cherokee-panic
server!pid_file = /var/run/cherokee.pid
server!server_tokens = minor
server!timeout = 15
server!user = www-data

I already found these links, which tell me, my problem should be solved, but obviously it isn’t … ;-)
http://lists.octality.com/pipermail/cherokee/2009-April/010115.html
http://code.google.com/p/cherokee/issues/detail?id=449
http://groups.google.com/group/cherokee-http/browse_thread/thread/51d7588b38740dee

What do I do wrong?

Cheers,
Stefan
Italo Maia | 2 Jul 2010 19:26
Picon
Gravatar

Hi! I'm new!

Hi, im Italo Maia from Brazil and im starting with cherokee. Right now, i would like to know if someone could point me a tutorial/step-by-step
on how to deploy pylons with cherokee+uwsgi.

--
"A arrogância é a arma dos fracos."

===========================
Italo Moreira Campelo Maia
Graduado em Ciência da Computação - UECE
Desenvolvedor WEB e Desktop (Java, Python, Lua)
Coordenador do Pug-CE
-----------------------------------------------------
http://www.italomaia.com/
http://twitter.com/italomaia/
http://eusouolobomau.blogspot.com/
-----------------------------------------------------
turtle linux 910 - http://tiny.cc/blogturtle910
===========================

_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Johan Linner | 3 Jul 2010 12:44
Gravatar

500 Internal Server Error

Hi,

I get a 500 error when trying run the Wordpress 3.0 install script on 1.0.4.
This code reproduces the same error:

<?php
file_put_contents("php://stderr", "php stderr\n");
echo "php stdout\n";
?>

I'm running Ubuntu 10.04, with the 1.0.4 package from Launchpad.

I've seen others having this problem in the past, but no real solutions 
so need help...

/Johan Linner
Italo Maia | 3 Jul 2010 14:46
Picon
Gravatar

What it means?

What does this error mean?

uWSGI Error
wsgi application not found
Alvaro Lopez Ortega | 3 Jul 2010 15:18
Favicon
Gravatar

Re: 500 Internal Server Error

Hello Johan,

On 03/07/2010, at 12:44, Johan Linner wrote:

> This code reproduces the same error:
> 
> <?php
> file_put_contents("php://stderr", "php stderr\n");
> echo "php stdout\n";
> ?>

I've just tested it. It did work as expected.

> I'm running Ubuntu 10.04, with the 1.0.4 package from Launchpad.

What version of Cherokee are you using?

> I've seen others having this problem in the past, but no real solutions 
> so need help...

There was a problem logging the stderr output. However, it was fixed long time ago.
What sort of access/error logging are you using?

--
Octality
http://www.octality.com/
Johan Linner | 3 Jul 2010 18:25
Gravatar

Re: 500 Internal Server Error

Alvaro Lopez Ortega skrev 2010-07-03 15:18:
> Hello Johan,
>
> On 03/07/2010, at 12:44, Johan Linner wrote:
>
>> This code reproduces the same error:
>>
>> <?php
>> file_put_contents("php://stderr", "php stderr\n");
>> echo "php stdout\n";
>> ?>
>
> I've just tested it. It did work as expected.
>
>> I'm running Ubuntu 10.04, with the 1.0.4 package from Launchpad.
>
> What version of Cherokee are you using?
>
>> I've seen others having this problem in the past, but no real solutions
>> so need help...
>
> There was a problem logging the stderr output. However, it was fixed long time ago.
> What sort of access/error logging are you using?
>
> --
> Octality
> http://www.octality.com/
>

Hi,

Running latest Cherokee version 1.0.4 from ppa:cherokee-webserver/ppa.
Installed the standard php package in Ubuntu 10.04.
I am using the standard access/error logging in Cherokee: 
/var/log/cherokee/cherokee.access;cherokee.error

PHP:
johanl <at> johanl-X41:~$ /usr/bin/php-cgi -v
PHP 5.3.2-1ubuntu4.2 with Suhosin-Patch (cgi-fcgi) (built: May 13 2010 
20:00:36)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

cherokee.error:
{'type': "error", 'time': "03/07/2010 12:16:18.255", 'title': "Parsing 
error: unknown version", 'code': "handler_fcgi.c:83", 'error': "40", 
'version': "1.0.4", 'compilation_date': "Jun 23 2010 02:09:44", 
'configure_args': " '--includedir=${prefix}/include' 
'--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' 
'--libexecdir=${prefix}/lib/cherokee' '--disable-maintainer-mode' 
'--disable-dependency-tracking' '--host=i486-linux-gnu' 
'--build=i486-linux-gnu' '--enable-os-string=Ubuntu' '--prefix=/usr' 
'--localstatedir=/var' '--mandir=/usr/share/man' 
'--infodir=/usr/share/info' '--sysconfdir=/etc' 
'--docdir=/usr/share/doc/cherokee-doc' '--with-wwwroot=/var/www' 
'--enable-pthread' 'build_alias=i486-linux-gnu' 
'host_alias=i486-linux-gnu' 'CFLAGS=-Wall -g -O2' 
'LDFLAGS=-Wl,-Bsymbolic-functions' 'CPPFLAGS=' 
'--includedir=${prefix}/include' '--mandir=${prefix}/share/man' 
'--infodir=${prefix}/share/info' '--libexecdir=${prefix}/lib/cherokee' 
'--disable-maintainer-mode' '--disable-dependency-tracking' 
'--host=i486-linux-gnu' '--build=i486-linux-gnu' 
'--enable-os-string=Ubuntu' '--prefix=/usr' '--localstatedir=/var' 
'--mandir=/usr/share/man' '--infodir=/usr/share/info' 
'--sysconfdir=/etc' '--docdir=/usr/share/doc/cherokee-doc' 
'--with-wwwroot=/var/www' '--enable-pthread' 
'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-Wall 
-g -O2' 'LDFLAGS=-Wl,-Bsymbolic-functions' 'CPPFLAGS='", 'backtrace': ""}

/Johan

Gmane