Re: [PHP] FastCGI + PHP5

2007-03-31 Thread Richard Lynch
On Fri, March 30, 2007 6:00 pm, Stevie wrote: > Hi all. > > anyone using FastCGI + PHP + Apache 1.3. ? > I've been trying for two days and i can't seem to configure apache > with > php fastcgi. > > i have php set with: > > ../configure --enable-fastcg

Re: [PHP] FastCGI + PHP5

2007-03-31 Thread Mario Guenterberg
On Fri, Mar 30, 2007 at 07:00:07PM -0400, Stevie wrote: or this: http://www.webhostingtalk.com/archive/index.php/t-509127-p-1.html Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966

Re: [PHP] FastCGI + PHP5

2007-03-31 Thread Mario Guenterberg
tcgi. what > should an apache configure line look like when you complie php/fastcgi > with it.. am i suppose to install apache first? some people say you have > to install apache first but if you install apache first how will it > locate the php libs? Hi.. Try this http://w

[PHP] FastCGI + PHP5

2007-03-30 Thread Stevie
Hi all. anyone using FastCGI + PHP + Apache 1.3. ? I've been trying for two days and i can't seem to configure apache with php fastcgi. i have php set with: ../configure --enable-fastcgi \ --enable-discard-path \ --enable-force-cgi-redirect \ --with-mysql=/usr/local/mysql \

Re: [PHP] FastCGI optmized Windows build of 5.2.1RC2

2007-01-05 Thread Edin Kadribasic
Well to correct myself, Microsoft has released their FastCGI module for earlier versions of IIS as well. Take a look at http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=1207 Edin Edin Kadribasic wrote: Well you can already use PHP/fastcgi with Apache and IIS6 on windows using 3

Re: [PHP] FastCGI optmized Windows build of 5.2.1RC2

2007-01-05 Thread Edin Kadribasic
Well you can already use PHP/fastcgi with Apache and IIS6 on windows using 3rd party fastcgi modules for these servers. What IIS7 (http://www.iis.net/) brings is native fastcgi implementation. Edin Vincent DUPONT wrote: hello, thanks for this good news for Win poeple. Do you have any info

RE: [PHP] FastCGI optmized Windows build of 5.2.1RC2

2007-01-05 Thread Vincent DUPONT
-general@lists.php.net Subject: [PHP] FastCGI optmized Windows build of 5.2.1RC2 Hello, I have made a second build of 5.2.1RC2 for Windows with no thread safety enabled. This will only work for non threaded SAPIs such as CGI/FastCGI and CLI. The reason for this is that managing per thread state

[PHP] FastCGI optmized Windows build of 5.2.1RC2

2007-01-05 Thread Edin Kadribasic
Hello, I have made a second build of 5.2.1RC2 for Windows with no thread safety enabled. This will only work for non threaded SAPIs such as CGI/FastCGI and CLI. The reason for this is that managing per thread state takes some CPU time from the main task of running PHP scripts making non threa

[PHP] FastCGI and --enable-force-cgi-redirect

2006-03-29 Thread Jimmy Scott
Hi all, While testing with PHP 5.0.4 (old, but should be good enough for testing purposes), I noticed that --enable-force-cgi-redirect did not do his job, and several people responded to the documentation that it is not supported anymore, however, if I look at the archives it is still very well su

Re: [PHP] php, fastcgi, mpm-worker and apache bottlenecks

2006-03-12 Thread Dan Rossi
Source is fine, i never install php with binaries, lets see how i go. On 13/03/2006, at 1:12 PM, Chris wrote: Dan Rossi wrote: Hi there, im am planning to spec the software install for one of our machines that gets an insane ammount of hits and traffic from referring sites. Im looking into if

Re: [PHP] php, fastcgi, mpm-worker and apache bottlenecks

2006-03-12 Thread Chris
Dan Rossi wrote: Hi there, im am planning to spec the software install for one of our machines that gets an insane ammount of hits and traffic from referring sites. Im looking into if running the php for this server under fastcgi instead of as a php apache module will help reduce and apache bo

[PHP] php, fastcgi, mpm-worker and apache bottlenecks

2006-03-12 Thread Dan Rossi
Hi there, im am planning to spec the software install for one of our machines that gets an insane ammount of hits and traffic from referring sites. Im looking into if running the php for this server under fastcgi instead of as a php apache module will help reduce and apache bottlenecks ? Most o

[PHP] apache with php\fastcgi

2005-05-08 Thread Solotony
From: Solotony <[EMAIL PROTECTED]> Subject: Apache 2.0 + mod_fastcgi + PHP Newsgroups: gmane.comp.apache.user Summary: Keywords: I have Apache 2.0.52 with mod_fastcgi 2.4.2 and PHP 4.3.11 installed on Gentoo box. When starting apache (php as fast-cgi) it runs w/o any problems, but after some

[PHP] Re: php fastcgi win, only 1 concurrent thread?

2005-01-04 Thread Xuefer Tinys
is fastcgi of php active? how much ppl using this? is there any list show activity of each sapi? On Tue, 4 Jan 2005 17:22:34 +0800, Xuefer Tinys <[EMAIL PROTECTED]> wrote: > i'm using external fastcgi > it seems all other request is blocked until the 1 have finished > > any work arround? > --

[PHP] php fastcgi win, only 1 concurrent thread?

2005-01-04 Thread Xuefer Tinys
i'm using external fastcgi it seems all other request is blocked until the 1 have finished any work arround? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FastCGI

2002-12-31 Thread Fernando Serboncini
Hi, obviously, I don't if this is the right newsgroup to ask such questions, but here it goes... what has happened with FastCGI support on the 4.3 version of PHP? On changelog I saw that SAPI/FastCGI was discontinued. But when I do phpinfo() it reports "Server API : CGI/FastCGI" and when I go w

Re: [PHP] FastCGI and PHP

2001-04-20 Thread Alexander Skwar
So sprach Thies C. Arntzen am Fri, Apr 20, 2001 at 01:03:50PM +0200: > there is noe. > > in fast-cgi mode you scripts are executed the same way as if > you were running as an apache module. there's no support to > keep your script alive over request-boundaries (yet). Thanks, that

Re: [PHP] FastCGI and PHP

2001-04-20 Thread Thies C. Arntzen
On Wed, Apr 18, 2001 at 01:58:03PM +0200, Alexander Skwar wrote: > (Learning from my last mistake, I'll now try to make clear right away what > each sentence means *G*) > > Introductory lines: > I want to write a FastCGI compatible PHP script. In order to do so, PHP > obviously need to recompile

[PHP] FastCGI and PHP

2001-04-18 Thread Alexander Skwar
(Learning from my last mistake, I'll now try to make clear right away what each sentence means *G*) Introductory lines: I want to write a FastCGI compatible PHP script. In order to do so, PHP obviously need to recompile PHP with '--with-fastcgi'. However, looking at some PERL FastCGI scripts, I