On Thu, 06 Dec 2007 11:46:21 -0500
Alvaro Lopez Ortega <[EMAIL PROTECTED]> wrote:

Hi

I install the cherokee 0.6.0b948 (download of page of cherokee)

If the pages I watch is static work but when a put a simple page in php 
<?php phpinfo(); ?>

I watch this message in browser

503 Servive Unavailable

I install php in /usr/local/php
the "bin" of php is in /usr/local/php/bin 

I install cherokee with this commands.

./configure --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www
--with-php --disable-ipv6
make
make install

My config file of cherokee is this (the config is the same that alvaro
send to me or not??) :

# Server
#
server!port = 80
server!port_tls = 443
server!timeout = 60
server!keepalive = 1
server!keepalive_max_requests = 500
server!pid_file = /var/run/cherokee.pid
server!server_tokens = full
server!encoder!gzip!allow = html,html,txt,css,js
server!panic_action = /usr/bin/cherokee-panic
server!mime_files = /etc/cherokee/mime.types, 
/etc/cherokee/mime.compression.types

# Default virtual server
#
vserver!default!document_root = /var/www
vserver!default!directory_index = index.php,index.html

vserver!default!extensions!css,gif,jpg,png!handler = file
vserver!default!extensions!css,gif,jpg,png!priority = 1

#vserver!default!logger = combined
#vserver!default!logger!access!type = file
#vserver!default!logger!access!filename = /var/log/cherokee.access
#vserver!default!logger!error!type = file
#vserver!default!logger!error!filename = /var/log/cherokee.error

#vserver!default!directory!/!handler = common
#vserver!default!directory!/!handler!iocache = 0
#vserver!default!directory!/!priority = 1

#vserver!default!directory!/icons!document_root = /usr/share/cherokee/icons/
#vserver!default!directory!/icons!handler = file
#vserver!default!directory!/icons!priority = 2

#vserver!default!directory!/cherokee_themes!document_root = 
/usr/share/cherokee/themes/
#vserver!default!directory!/cherokee_themes!handler = file
#vserver!default!directory!/cherokee_themes!priority = 3

#vserver!default!directory!/cgi-bin!document_root = /usr/lib/cgi-bin/
#vserver!default!directory!/cgi-bin!handler = cgi
#vserver!default!directory!/cgi-bin!priority = 4

#vserver!default!directory!/about!handler = server_info
#vserver!default!directory!/about!handler!just_about = 1
#vserver!default!directory!/about!priority = 5

vserver!default!extensions!php!handler = fcgi
vserver!default!extensions!php!priority = 10
vserver!default!extensions!php!handler!balancer = round_robin
vserver!default!extensions!php!handler!balancer!type = interpreter
vserver!default!extensions!php!handler!balancer!local1!host = localhost:9999
vserver!default!extensions!php!handler!balancer!local1!env!PHP_FCGI_CHILDREN = 5
vserver!default!extensions!php!handler!balancer!local1!interpreter = 
/usr/local/php/bin/php-cgi -b 9999

#include = /etc/cherokee/mods-enabled
#include = /etc/cherokee/sites-enabled

Where is the problem. Because I dont understand. Sure that cherokee
work with gallery and php in this version (0.6)

Because all people say me that its ok its ok, but I dont see ok. All
time to try that cherokee works gallery in version 0.5.6 dont work or
cherokee 0.6 works gallery. The firts php dont work.

Any person to explain me (step by step) where is the problem or what
steps are you for install cherokee and works with php and gallery.
Because I dont understand. Or explain for jabber how or send mail with
step, or speak in spanish because my english ....

Its crazy or not

Bye
-- 
http://vctrsnts.dyndns.org
"Hay 10 tipos de personas en este mundo."
"Las que saben binario y las que no."
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to