Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: users

PHP Wizard doesnt' work on 0.99.42

 

 

Cherokee users RSS feed   Index | Next | Previous | View Threaded


okhayat at yahoo

Jan 30, 2010, 8:53 AM

Post #1 of 10 (860 views)
Permalink
PHP Wizard doesnt' work on 0.99.42

Trying to use the PHP wizard I get this error.

Couldn't find a suitable PHP interpreter.
Looked for the binaries: php-fpm, php5-fpm, php-cgi, php.

Tested with Ubuntu packages, compiled on ubuntu and centos 5.3

I was really considering the use of Cherokee on my server, but if I get such errors every now and then with a new release, it's a big issue.

- Ossama


stefan at konink

Jan 30, 2010, 8:56 AM

Post #2 of 10 (838 views)
Permalink
Re: PHP Wizard doesnt' work on 0.99.42 [In reply to]

Op 30-01-10 17:53, Ossama Khayat schreef:
> I was really considering the use of Cherokee on my server, but if I get
> such errors every now and then with a new release, it's a big issue.

So to make your bug report valuable for us. Where /is/ your php binary
installed?

Why are you reconfiguring the server for every new release?


Stefan
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


okhayat at yahoo

Jan 30, 2010, 9:01 AM

Post #3 of 10 (834 views)
Permalink
Re: PHP Wizard doesnt' work on 0.99.42 [In reply to]

This is a new installation on both servers. The admin page also seems to be missing some CSS as it's not looking like before.




________________________________
From: Stefan de Konink <stefan [at] konink>
To: cherokee [at] lists
Sent: Sat, January 30, 2010 7:56:40 PM
Subject: Re: [Cherokee] PHP Wizard doesnt' work on 0.99.42

Op 30-01-10 17:53, Ossama Khayat schreef:
> I was really considering the use of Cherokee on my server, but if I get
> such errors every now and then with a new release, it's a big issue.

So to make your bug report valuable for us. Where /is/ your php binary
installed?

Why are you reconfiguring the server for every new release?


Stefan
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


okhayat at yahoo

Jan 30, 2010, 9:03 AM

Post #4 of 10 (830 views)
Permalink
Re: PHP Wizard doesnt' work on 0.99.42 [In reply to]

Oh.. forgot to mention that both are 64bit




________________________________
From: Stefan de Konink <stefan [at] konink>
To: cherokee [at] lists
Sent: Sat, January 30, 2010 7:56:40 PM
Subject: Re: [Cherokee] PHP Wizard doesnt' work on 0.99.42

Op 30-01-10 17:53, Ossama Khayat schreef:
> I was really considering the use of Cherokee on my server, but if I get
> such errors every now and then with a new release, it's a big issue.

So to make your bug report valuable for us. Where /is/ your php binary
installed?

Why are you reconfiguring the server for every new release?


Stefan
_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


stefan at konink

Jan 30, 2010, 9:09 AM

Post #5 of 10 (833 views)
Permalink
Re: PHP Wizard doesnt' work on 0.99.42 [In reply to]

Op 30-01-10 18:03, Ossama Khayat schreef:
> Oh.. forgot to mention that both are 64bit

Obvious question if it is a new system did you even install PHP-FCGI?


Stefna

_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


okhayat at yahoo

Jan 30, 2010, 9:25 AM

Post #6 of 10 (834 views)
Permalink
Re: PHP Wizard doesnt' work on 0.99.42 [In reply to]

Yes, I was missing that on Ubuntu after I removed Apache2 and things related.
But when installing on CentOS 5.3, it was there still I got the error.




________________________________
From: Stefan de Konink <stefan [at] konink>
To: Ossama Khayat <okhayat [at] yahoo>
Cc: cherokee [at] lists
Sent: Sat, January 30, 2010 8:09:29 PM
Subject: Re: [Cherokee] PHP Wizard doesnt' work on 0.99.42

Op 30-01-10 18:03, Ossama Khayat schreef:
> Oh.. forgot to mention that both are 64bit

Obvious question if it is a new system did you even install PHP-FCGI?


Stefna


stefan at konink

Jan 30, 2010, 9:28 AM

Post #7 of 10 (844 views)
Permalink
Re: PHP Wizard doesnt' work on 0.99.42 [In reply to]

Op 30-01-10 18:25, Ossama Khayat schreef:
> Yes, I was missing that on Ubuntu after I removed Apache2 and things
> related.
> But when installing on CentOS 5.3, it was there still I got the error.

You still didn't provide the path to the executable...


Stefan

_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


okhayat at yahoo

Jan 30, 2010, 9:39 AM

Post #8 of 10 (836 views)
Permalink
Re: PHP Wizard doesnt' work on 0.99.42 [In reply to]

On CentOS:
root [at] bo [~]# which php-cgi
/usr/bin/php-cgi

On Debian 9.10 x64, I did a find for everything cherokee and deleted it and reinstalled from PPA and it's working fine now.




________________________________
From: Stefan de Konink <stefan [at] konink>
To: Ossama Khayat <okhayat [at] yahoo>
Cc: cherokee [at] lists
Sent: Sat, January 30, 2010 8:28:29 PM
Subject: Re: [Cherokee] PHP Wizard doesnt' work on 0.99.42

Op 30-01-10 18:25, Ossama Khayat schreef:
> Yes, I was missing that on Ubuntu after I removed Apache2 and things
> related.
> But when installing on CentOS 5.3, it was there still I got the error.

You still didn't provide the path to the executable...


Stefan


taher at shihadeh

Jan 30, 2010, 10:04 AM

Post #9 of 10 (831 views)
Permalink
Re: PHP Wizard doesnt' work on 0.99.42 [In reply to]

That is weird since /usr/bin is the first path checked by the wizard.

I that binary accessible to the user running the webserver?
Does it have fastcgi support? (i.e. output of running "php-cgi -v"
contains "(cgi-fcgi)").
Does setting up PHP manually work?

Regards

Ossama Khayat wrote:
> On CentOS:
> root [at] bo [~]# which php-cgi
> /usr/bin/php-cgi
>
> On Debian 9.10 x64, I did a find for everything cherokee and deleted
> it and reinstalled from PPA and it's working fine now.
>
> ------------------------------------------------------------------------
> *From:* Stefan de Konink <stefan [at] konink>
> *To:* Ossama Khayat <okhayat [at] yahoo>
> *Cc:* cherokee [at] lists
> *Sent:* Sat, January 30, 2010 8:28:29 PM
> *Subject:* Re: [Cherokee] PHP Wizard doesnt' work on 0.99.42
>
> Op 30-01-10 18:25, Ossama Khayat schreef:
> > Yes, I was missing that on Ubuntu after I removed Apache2 and things
> > related.
> > But when installing on CentOS 5.3, it was there still I got the error.
>
> You still didn't provide the path to the executable...
>
>
> Stefan
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Cherokee mailing list
> Cherokee [at] lists
> http://lists.octality.com/listinfo/cherokee
>


--
taher [at] shihadeh
http://unixwars.com/

_______________________________________________
Cherokee mailing list
Cherokee [at] lists
http://lists.octality.com/listinfo/cherokee


okhayat at yahoo

Jan 30, 2010, 10:09 AM

Post #10 of 10 (843 views)
Permalink
Re: PHP Wizard doesnt' work on 0.99.42 [In reply to]

Oopps.. no, it doesn't have cgi-fcgi support. I assumed it had, since cPanel compiled with fcgi support.
So sorry for the false alarm, CentOS/cPanel combination is driving me crazy. I'd better just scrap cPanel and just setup my custom server.

Apologies..

- Ossama




________________________________
From: Taher Shihadeh <taher [at] shihadeh>
To: Ossama Khayat <okhayat [at] yahoo>
Cc: Stefan de Konink <stefan [at] konink>; cherokee [at] lists
Sent: Sat, January 30, 2010 9:04:01 PM
Subject: Re: [Cherokee] PHP Wizard doesnt' work on 0.99.42

That is weird since /usr/bin is the first path checked by the wizard.

I that binary accessible to the user running the webserver?
Does it have fastcgi support? (i.e. output of running "php-cgi -v"
contains "(cgi-fcgi)").
Does setting up PHP manually work?

Regards

Ossama Khayat wrote:
> On CentOS:
> root [at] bo [~]# which php-cgi
> /usr/bin/php-cgi
>
> On Debian 9.10 x64, I did a find for everything cherokee and deleted
> it and reinstalled from PPA and it's working fine now.
>
> ------------------------------------------------------------------------
> *From:* Stefan de Konink <stefan [at] konink>
> *To:* Ossama Khayat <okhayat [at] yahoo>
> *Cc:* cherokee [at] lists
> *Sent:* Sat, January 30, 2010 8:28:29 PM
> *Subject:* Re: [Cherokee] PHP Wizard doesnt' work on 0.99.42
>
> Op 30-01-10 18:25, Ossama Khayat schreef:
> > Yes, I was missing that on Ubuntu after I removed Apache2 and things
> > related.
> > But when installing on CentOS 5.3, it was there still I got the error.
>
> You still didn't provide the path to the executable...
>
>
> Stefan
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Cherokee mailing list
> Cherokee [at] lists
> http://lists.octality.com/listinfo/cherokee
>


--
taher [at] shihadeh
http://unixwars.com/

Cherokee users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.