thx for your answer, Catalin,
I made an apt-get install php5-cgi. Then I had a look at /usr/lib/cgi-bin/php,
it points per 2 symlinks do /usr/lib/cgi-bin/php5. Looks good. After
restarting cherokee - nothing happens. It is still the same. I think
the /etc/cherokee/sites-enabled/default file is good enough to tell cherokee
where to find php-cgi?
...
UserDir public_html {
Directory / {
Handler common
}
Directory /cgi-bin/ {
Handler cgi
DocumentRoot /usr/lib/cgi-bin/
}
}
...
Extension php, php3, php4 {
Handler phpcgi
}
...
also, I do not changed the user in cherokee.conf, yet.
what to do? greetings,
yky
BHW: /etc/init.d/cherokee restart doesn't work. I always have to separate it
in stop and start. Otherwise, cherokee only stops. A minor bug.
On Wednesday 28 September 2005 10:05, Catalin Nicolescu wrote:
> :) the problem is with php ... apache has php as a module ( mod_php ) you
>
> need php as cgi.
> you can apt-get or do a source install. From source install the exec is
> located in php-sorce-dir/sapi/cgi/
> cp php /usr/lib/cgi-bin/php4 and have fun
> cherokee also works superd with php5 . I've test it with php-5.0.5 and
> worked flawless
>
> On 9/27/05, yokoy <[EMAIL PROTECTED]> wrote:
> > hi cherokees,
> >
> > the cherokee is the right web server for my 299 bogomips :-)
> > Instantly it works, but I have a lot of problems to set up dokuwiki.
> > I am using debian testing, so the cherokee version is 0.4.25, the
> > dokuwiki is
> > apache ready and I do not know, how to change it. again a debian special.
> > So
> > I downloaded the latest dokuwiki, changed the configs and put it
> > in /var/www/dokuwiki but it won't run. I also put this directory on a
> > shared
> > server with an apache - no problems.
> > The following feedback is all i got from cherokee by accessing the
> > dokuwiki:
> >
> > 200 OK
> > Cherokee web server Port 80
> >
> >
> > a little bit weak for a wiki. any suggestions?
> >
> > yky
> > _______________________________________________
> > Cherokee mailing list
> > [email protected]
> > http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee