Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #1567

Re: win xp sp3 + apache + mod_fcgi + php 5.3.6

Date 2011-05-13 13:06 +0200
From smerf <smerf@akcesoria.home.pl>
Newsgroups comp.lang.php
Subject Re: win xp sp3 + apache + mod_fcgi + php 5.3.6
References <4dcd0f59$1@news.home.net.pl>
Message-ID <4dcd10b6$1@news.home.net.pl> (permalink)
Organization home.pl news server

Show all headers | View raw


On 2011-05-13 13:00, smerf wrote:
> I have long script. When I start it through browser it is terminated after several minutes.
> In apache error log :
>
> [Fri May 13 12:39:56 2011] [warn] [client 127.0.0.1] (OS 109)The pipe has been ended. : mod_fcgid: get overlap result error, referer: http://localhost/
> [Fri May 13 12:39:56 2011] [warn] [client 127.0.0.1] (OS 109)The pipe has been ended. : mod_fcgid: ap_pass_brigade failed in handle_request_ipc
> function, referer: http://localhost/
>
> Apache is dedicated for VC9 32-bits from http://www.apachelounge.com/download/
> Mod_fcgid.so the same.
> PHP 5.3.6 VC9 nts (tried with ts also failed)
>
> My script works well if I start it as CLI
> or if I change Apache config to run PHP as ISAPI module (i this case all execution works - from browser or cli)
>
>
> What is the problem - Apache, mod_fcgi, php or Windows XP 32-bit SP3 ????


my script parse xml files in the loop and insert data to mysql database
execution is long

Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

win xp sp3 + apache + mod_fcgi + php 5.3.6 smerf <smerf@akcesoria.home.pl> - 2011-05-13 13:00 +0200
  Re: win xp sp3 + apache + mod_fcgi + php 5.3.6 smerf <smerf@akcesoria.home.pl> - 2011-05-13 13:06 +0200
  Re: win xp sp3 + apache + mod_fcgi + php 5.3.6 Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-13 07:23 -0400
    Re: win xp sp3 + apache + mod_fcgi + php 5.3.6 smerf <smerf@akcesoria.home.pl> - 2011-05-13 13:40 +0200
      Re: win xp sp3 + apache + mod_fcgi + php 5.3.6 Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-13 11:18 -0400
  Re: win xp sp3 + apache + mod_fcgi + php 5.3.6 Denis McMahon <denis.m.f.mcmahon@gmail.com> - 2011-05-13 15:23 +0000
  Re: win xp sp3 + apache + mod_fcgi + php 5.3.6 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-13 17:34 +0200

csiph-web