From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 14:26:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E4A9106566C for ; Wed, 2 Mar 2011 14:26:03 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id C82D88FC1A for ; Wed, 2 Mar 2011 14:26:02 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pun02-00031S-BU for freebsd-questions@freebsd.org; Wed, 02 Mar 2011 15:25:58 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Mar 2011 15:25:58 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Mar 2011 15:25:58 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Wed, 02 Mar 2011 15:25:42 +0100 Lines: 19 Message-ID: References: <4D6D4764.1060207@silviosiefke.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101102 Thunderbird/3.1.6 In-Reply-To: <4D6D4764.1060207@silviosiefke.de> X-Enigmail-Version: 1.1.2 Subject: Re: Apache FastCGI display Website not correct X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2011 14:26:03 -0000 On 01/03/2011 20:22, Silvio Siefke wrote: > Hello, > > > i use fastcgi with PHP-FPM on Apache 2.2.17. When i go on Website with > FastCGI then the page load not complete. > > http://mail.silviosiefke.de/fastcgi_apache.png > > When i run with FCGID then the page load complete. > > http://mail.silviosiefke.de/fcgid_apache.png > > Has someone a idea what is the problem? Thank you. This is not a FreeBSD problem. The most likely problem is that your FastCGI configuration handles more paths than it should, including images, CSS and other non-fastcgi URLs.