Re: [PHP] php Slow with Mac OS X 10.4

2005-11-14 Thread Nicolas Ross
I've finally narrow-it down and found a solution. After much, much googeling, trying and error on my test machine and my xserve running mac os x 10.4, I've found out that apache2 was shipped with mac os X 10.4 server (server only). I decided to compile my own php (as allways) againts this apache

Re: [PHP] php Slow with Mac OS X 10.4

2005-10-25 Thread Nicolas Ross
lus one or two other file. Nicolas - Original Message - From: "Brent Baisley" <[EMAIL PROTECTED]> To: "Nicolas Ross" <[EMAIL PROTECTED]> Cc: ; "Shawn Moore" <[EMAIL PROTECTED]>; "Atelier Fabien" <[EMAIL PROTECTED]> Sen

Re: [PHP] php Slow with Mac OS X 10.4

2005-10-24 Thread Nicolas Ross
I must point out also, that during this time, the httpd thread that servers my request is taking 100% of cpu for the whole 8 or 10 seconds... Thanks, Nicolas - Original Message - From: "Brent Baisley" <[EMAIL PROTECTED]> To: "Nicolas Ross" <[EMAIL P

Re: [PHP] php Slow with Mac OS X 10.4

2005-10-24 Thread Nicolas Ross
do you have (what apache, php etc.) ? Thanks, Nicolas - Original Message - From: "Brent Baisley" <[EMAIL PROTECTED]> To: "Nicolas Ross" <[EMAIL PROTECTED]> Cc: ; "Shawn Moore" <[EMAIL PROTECTED]>; "Atelier Fabien" <[EMAIL PROTEC

Re: [PHP] php Slow with Mac OS X 10.4

2005-10-24 Thread Nicolas Ross
Thanks for any hints... Nicolas ----- Original Message - From: "Nicolas Ross" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 14, 2005 9:00 AM Subject: [PHP] php Slow with Mac OS X 10.4 Hi all ! Here, we've got several Mac computer acting as servers to serve many kind

Re: [PHP] php Slow with Mac OS X 10.4

2005-09-14 Thread Nicolas Ross
rving this page eats close to 100% of 1 cpu. Nicolas - Original Message - From: "Brent Baisley" <[EMAIL PROTECTED]> To: "Nicolas Ross" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, September 14, 2005 10:46 AM Subject: Re: [PHP] php Slow with Mac OS X 10.4

Re: [PHP] php Slow with Mac OS X 10.4

2005-09-14 Thread Nicolas Ross
In all cases, it was the same httpd.conf. Of course, from apache 1 to 2 there where differences, but basicly it's the same. your description gives the impression that there is a DNS configuration problem... like apache is trying for 5-10 seconds to look something up, fails and then finally de

Re: [PHP] php Slow with Mac OS X 10.4

2005-09-14 Thread Nicolas Ross
Now, in a different server room, we have a set of 3 xserves cluster node dual g5 with 4 gigs of ram each. One of them was upgraded to Mac OS X 10.4 (server) and the other 2 are still with 10.3. If I take the same setup (same compile options, same versions) on these machines, the exact same site

[PHP] php Slow with Mac OS X 10.4

2005-09-14 Thread Nicolas Ross
Hi all ! Here, we've got several Mac computer acting as servers to serve many kinds of sites. One of wich was running, until the middle of august, Mac OS X 10.2. It was then with apache 1.3.x, and php 4.3.10 dso. All things were "normal". At the middle of august, we upgraded to Mac OS X 10.4 (re

[PHP] Php 4.3.2 "stream does not support seeking" in includes

2003-06-06 Thread Nicolas Ross
Hi there ! I just upgraded to php 4.3.2 on several servers, and some of them uses incldes of remote files (via include("http:...") functions. I get : Warning: main(): stream does not support seeking in ... on line .. All the time, on all machines. My "standard" configure line is : ./configure

Re: [PHP] Disbale function in certain virtual host

2001-09-04 Thread Nicolas Ross
And you can see at : http://etudiant.multim.org/test/test.php that I disabled phpinfo() in the virtual host, but I can still execute the function > > > php_admin_value disable_functions strlen > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECT

Re: [PHP] Disbale function in certain virtual host

2001-09-03 Thread Nicolas Ross
I tried that one, and it didn't work... Nicolas > > > php_admin_value disable_functions strlen > > > On Fri, 31 Aug 2001, Nicolas Ross wrote: > > > I am searching a way of disabling certain functions in a particular Virtual > > Host. > > > &g

[PHP] Disbale function in certain virtual host

2001-08-31 Thread Nicolas Ross
ot disable functions through httpd.conf with php_value or php_admin_value... Does some one have an Idea ? Nicolas Ross -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato