Re: [users@httpd] Apache is Slow

2015-04-14 Thread Jim Jagielski
I have some suggestions: I hope some work. It's likely that we are seeing some sort of timeout issue, on the PHP side, resulting in the standard PHP "blank screen of death". Or, it is also possible that PHP somewhere is using output buffering itself, which is also causing an error. Why Apache itse

Re: [users@httpd] Apache is Slow

2015-04-12 Thread Ethan Rosenberg
On 03/31/2015 10:50 AM, Jim Jagielski wrote: I'm afraid that we have to revisit this issue. I've tried everything I can think of and am hitting a blank wall. To restate, Apache is hanging and I cannot find the error. If I have a script that does not connect to a database,and does not have a

Re: [users@httpd] Apache is Slow

2015-03-31 Thread Jim Jagielski
>>> Date: Tuesday, March 31, 2015 02:18:13 -0400 >>> From: "Ethan Rosenberg, PhD" >>> Subject: Re: [users@httpd] Apache is Slow >>> >>> Some more info >>> >>> Changed the host in the connect >>> &

Re: [users@httpd] Apache is Slow

2015-03-31 Thread Ethan Rosenberg
On 03/31/2015 06:09 AM, Richard wrote: Original Message Date: Tuesday, March 31, 2015 02:18:13 -0400 From: "Ethan Rosenberg, PhD" Subject: Re: [users@httpd] Apache is Slow Some more info Changed the host in the connect $cxn = mysqli_connect($

Re: [users@httpd] Apache is Slow

2015-03-31 Thread Richard
Original Message > Date: Tuesday, March 31, 2015 02:18:13 -0400 > From: "Ethan Rosenberg, PhD" > Subject: Re: [users@httpd] Apache is Slow > > Some more info > > Changed the host in the connect > > $cxn = mysqli_conne

Re: [users@httpd] Apache is Slow

2015-03-30 Thread Ethan Rosenberg, PhD
On 03/30/2015 03:26 AM, Marcos Almeida Azevedo wrote: On Mon, Mar 30, 2015 at 11:51 AM, Ethan Rosenberg mailto:erosenb...@hygeiabiomedical.com>> wrote: Dear List - When I call another page in PHP, Apache can take 5 to 10 minutes to open the page. Example:

Re: [users@httpd] Apache is Slow

2015-03-30 Thread Ethan Rosenberg
On 03/30/2015 03:26 AM, Marcos Almeida Azevedo wrote: On Mon, Mar 30, 2015 at 11:51 AM, Ethan Rosenberg mailto:erosenb...@hygeiabiomedical.com>> wrote: Dear List - When I call another page in PHP, Apache can take 5 to 10 minutes to open the page. Example:

Re: [users@httpd] Apache is Slow

2015-03-30 Thread Ethan Rosenberg
On 03/30/2015 09:39 AM, Eric Covener wrote: On Sun, Mar 29, 2015 at 11:51 PM, Ethan Rosenberg wrote: When I call another page in PHP, Apache can take 5 to 10 minutes to open the page. Example: \ c