Re: [mapserver-users] Regarding Apache

2009-02-08 Thread Armin Burger
My experience is the following: I'm using PHP MapScript since ~ 2 years as Apache DSO without noticing problems. Important is to use the Apache 'prefork MPM' version of Apache 2.+ (or Apache 1.3 which seems always 'prefork'). Using the threaded MPM ('worker') of Apache seems not to work

Re: [mapserver-users] Regarding Apache

2009-02-06 Thread Gregor at HostGIS
Apache is crashing? Ouch. Question: Are you using PHP/MapScript and PHP as a DSO instead of a CGI? That has a habit of causing Apache to effectively freeze but not crash. -- Gregor Mosheh / Greg AllensworthBS, A+, Network+, Security+, Server+ System Administrator, Lead Programmer HostGIS

Re: [mapserver-users] Regarding Apache

2009-02-06 Thread Amiya Patra
*PHP/MapScript and PHP has a habit of causing Apache to effectively freeze* But how to solve that one... On Fri, Feb 6, 2009 at 1:33 PM, Gregor at HostGIS gre...@hostgis.comwrote: Apache is crashing? Ouch. Question: Are you using PHP/MapScript and PHP as a DSO

Re: [mapserver-users] Regarding Apache

2009-02-06 Thread Gregor at HostGIS
Amiya Patra wrote: *PHP/MapScript and PHP has a habit of causing Apache to effectively freeze* But how to solve that one... If you suspect that that's the problem with your server, do what everyone else does: compile and run PHP as a CGI program, not as a DSO. It is

Re: [mapserver-users] Regarding Apache

2009-02-06 Thread Daniel Morissette
Gregor at HostGIS wrote: We use PHP/MapScript extensively, but for the rendering we use shp2img via the `` operator. This gets around the freezing problem, as well as a few other bugs in draw() which we found unacceptable. We're always interested in making PHP MapScript better, especially

[mapserver-users] Regarding Apache

2009-02-05 Thread Amiya Patra
Hi Thanks for helping always. Again I need help. Actually the problem is that after some time my apache is going down. i.e my image is not coming. But if I restart my apache then it is coming. I think in http.conf file I have to change some config. I am not getting.Plz help me regarding