Forums / Install & configuration / when can we expect PHP CGI support from EZ System? ( for EZP 3.4.x ??? )
Lazaro Ferreira
Tuesday 11 May 2004 9:01:40 am
Hi Ezcrew,
I haven't see any information in the changelog regarding PHP CGI support in EZP 3.4x Alpha, however, it was mentioned in past threads on this forum
http://ez.no/community/forum/install_configuration/will_the_ez_team_work_on_the_cgi_install_pb
is the patch already in ?
Any plan on this ?
Thanks for your timeLazaro
Lazaro http://www.mzbusiness.com
Jan Borsodi
Wednesday 12 May 2004 5:45:57 am
This is supported in alpha4 and beta1 of 3.4.
There will be a documentation page for this in shortly.
-- Amos Documentation: http://ez.no/ez_publish/documentation FAQ: http://ez.no/ez_publish/documentation/faq
Wednesday 12 May 2004 2:04:57 pm
Hi Jan,
Thanks for the replay
Lazaro
Peter Quennell
Friday 21 May 2004 4:31:28 am
Lazaro:
Please see my "breakthrough" post on 21 May - I hope it fixes your problem.
Fastpete
Monday 24 May 2004 6:02:40 pm
Yeah we are now running EZP 3.4 beta2 with PHP as a CFGI okay. The olution I offered above is no longer needed..
But! You cannot acclerate PHP when as a CGI. So no Turck. So slooooow speed was a real problem at start for us.
Now we have fairly fast performance, after adding these lines to php.ini in the CGI folder:
max_execution_time =60 max_input_time = 60memory_limit =32M
Peter QuennellNew York
John Smith
Saturday 10 June 2006 2:17:56 am
Any status regarding FAST CGI support for ez system (ez 3.6.x).
Please help and reply
Vincent Lepot
Saturday 10 June 2006 2:22:49 am
CGI is supported but is a little buggy in some cases like search boxes (and in general in GET mode forms)
André R.
Saturday 10 June 2006 6:10:21 am
I have sucsefully run ez under lighttpd in Fast CGI mode.Didn't try the serach boxes though..
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
liu spider
Saturday 10 June 2006 9:38:54 am
I have a patch for ez 3.8 to make it work under CGI/FastCGI the same way as under apache API
It is quite stable and I have no problems whatsoever so far
I will release it sometime soon (hopefully)
http://liucougar.scim-im.org SCIM Input Method Platform http://scim.sf.net SJSD Online Editor http://sf.net/projects/sjsd
Monday 12 June 2006 8:34:27 am
thanks guys for your e-mails.
Here I am using ezpublish 3.6.1.
@Vincent LepotThanks. Have you reported the buggy bit.
@André R.Which ezpublish version have you successfully run ez under lighttpd in Fast CGI mode?Please confirm.
@liuJust bit confused here, I just want to know whether you patch will work on ez 3.6.1. Please confirm.
Cheers.
Smith
Monday 12 June 2006 11:22:23 am
3.8.1svn
I get a nasty 'module not found kernel (20)' error when trying to use the ez search, but anything else seems to work. There is a search extension on its way that should do search a lot better then the one included with ez anyway..
Vincent: Is eZ relaying on Apache for Get values ? couldn't this be done in pure php ??
Oh, and I have not tested to turn on virtualhost mode yet either, but lighttpd should manage that from what I have learned.