11 messages in ru.sysoev.nginxRe: phpSysInfo 2.5.4 slow with nginx ...
FromSent OnAttachments
Robert GabrielOct 1, 2008 1:26 am 
Georgi HristozovOct 1, 2008 11:27 pm 
Robert GabrielOct 2, 2008 12:02 am 
Georgi HristozovOct 5, 2008 1:30 am 
Robert GabrielOct 5, 2008 2:20 am 
Georgi HristozovOct 5, 2008 2:36 am 
Robert GabrielOct 5, 2008 2:49 am 
Robert GabrielOct 5, 2008 3:02 am 
Rob SchultzOct 5, 2008 7:07 am 
Robert GabrielOct 5, 2008 7:19 am 
Robert GabrielOct 5, 2008 7:39 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: phpSysInfo 2.5.4 slow with nginx 0.6.32 and php-fpmActions...
From:Rob Schultz (rsch@gmail.com)
Date:Oct 5, 2008 7:07:11 am
List:ru.sysoev.nginx

well you can compare what apache was built with and what your standalone php was build with by comparing the output of php_info() just write quick script<?php php_info(); ?> and compare both outputs for modules. See what your apache mod_php doesn't have included.

On Sun, Oct 5, 2008 at 5:02 AM, Robert Gabriel <lis@ruby-forum.com> wrote:

BTW I have the impression is because of some module that I build php with. This could explain everything, as most of the script on my server run faster that anything I ever seen before. Just the problem is: how to find the module which slows the php down?!