Hi guys.
I'm Manuel Arostegui and i'm from spain, like alo.
I first met alo two days ago at Campus Party 2006, Valencia.
I was in his talk about cherokee. I heard about cherokee some months ago, but 
due to work and studies I didn't read anything about it and its community of 
developers and users.

After the talk we were talking about cherokee a little bit and i decided to 
try it on my box, i was really suprised, it was great, i love it 
cherokee.conf :-)

I faced some problems with its handler_phpcgi.c due to some mispell paths 
relative to php and php-cgi execution in Fedora Core 5 (lower versions maybe 
have the same problem)
Alo has already corrected this slip-up, so, wait for the next version :-).
Anyway, if you're afected by this "bug" just edit handler_phpcgi.c take a look 
at:

static char *php_paths[] = {
        "/usr/lib/cgi-bin/",
        "/usr/local/bin/",
        /*add this line below */
        "/usr/bin/",
        NULL
};

static char *php_names[] = {
        /*add this line too */
        "php-cgi",
        "php5",
        "php4",
        "php3",
        NULL

And that's it.

Alo also told me that there's no support for rpm packages, i thought he was 
playing tricks on my, but as far a i could see at www.0x50.org it was 
true :-(

I have created a rpm for i386, readyto be use on fedora systems, in a few days 
it will be ready to be use on RHAS and RHES, i've been using red hat systems 
since 1997 so, there's no problem for me to become a "rpm manteiner".

Here is head of the spec file, in a few days complete spec file should be show 
to this list :-)

As you can see, cherokee rpm package is working properly

[EMAIL PROTECTED] redhat]# rpm -qi cherokee
Name        : cherokee                     Relocations: (not relocatable)
Version     : 0.5.4                             Vendor: (none)
Release     : 1                             Build Date: lun 31 jul 2006 
11:43:27 CEST
Install Date: lun 31 jul 2006 11:45:51 CEST      Build Host: Arbusto
Group       : Productivity/Networking/Web/Servers   Source RPM: 
cherokee-0.5.4-1.src.rpm
Size        : 26739236                         License: GPL
Signature   : (none)
URL         : http://www.0x50.org
Summary     : Flexible and Fast web server
Description :
Cherokee is a very fast, flexible and easy to configure Web Server.
It supports the widespread technologies nowadays: FastCGI, SCGI, PHP,
CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication,
on the fly encoding, Apache compatible log files, and much more.

That's all folks.

Best regards.

Manu.

_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to