Re: PHP script is running very slowly when using Apache PHP module

2011-10-20 Thread MATSUMOTO Ryosuke
Hi Fiona, example strace -f /etc/init.d/httpd restart 2011/10/20 Vincenzo D'Amore : > Hello Fiona, > > have you tried to strace apache process ? > > Take a look at this: > > http://httpd.apache.org/dev/debugging.html > > > On Mon, Oct 17, 2011 at 6:49 PM, Fiona Sisk wrote: > >> Hi, >> >> I have

Re: PHP script is running very slowly when using Apache PHP module

2011-10-20 Thread Vincenzo D'Amore
Hello Fiona, have you tried to strace apache process ? Take a look at this: http://httpd.apache.org/dev/debugging.html On Mon, Oct 17, 2011 at 6:49 PM, Fiona Sisk wrote: > Hi, > > I have a problem with the Apache PHP module and am hoping for some pointers > on how to investigate it. > > I hav

PHP script is running very slowly when using Apache PHP module

2011-10-17 Thread Fiona Sisk
Hi, I have a problem with the Apache PHP module and am hoping for some pointers on how to investigate it. I have written a PHP extension that is called by a PHP script. I use PHP as a module of Apache ( 1.3.37 or 2.2.19, I've tried both). * LoadModule php5_modulelibexec/apache/libphp5.so