Apache2 php fastcgi, run for each request.
        Posted  
        
            by SPnova
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SPnova
        
        
        
        Published on 2010-04-06T04:16:37Z
        Indexed on 
            2010/04/06
            4:23 UTC
        
        
        Read the original article
        Hit count: 494
        
I've installed php fastcgi for Apache2 by this doc: http://library.linode.com/web-servers/apache/php-cgi/ubuntu-9.10-karmic
Pages is opening fine. But I don't understand why I can't see php5-cgi process [ > top ]
Looks like apache run php5-cgi for each request, but processes should be already run. Could you help me to find the problem?
© Stack Overflow or respective owner