From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 19:22:13 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 E1AE81065677 for ; Tue, 1 Mar 2011 19:22:13 +0000 (UTC) (envelope-from bsd@silviosiefke.de) Received: from mail.silviosiefke.de (mail.silviosiefke.de [78.47.240.30]) by mx1.freebsd.org (Postfix) with ESMTP id A2BCC8FC14 for ; Tue, 1 Mar 2011 19:22:13 +0000 (UTC) Received: from [192.168.0.20] (dslb-178-001-026-156.pools.arcor-ip.net [178.1.26.156]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.silviosiefke.de (Postfix) with ESMTPSA id 5B18595CE0 for ; Tue, 1 Mar 2011 20:22:12 +0100 (CET) Message-ID: <4D6D4764.1060207@silviosiefke.de> Date: Tue, 01 Mar 2011 20:22:12 +0100 From: Silvio Siefke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: questions-list freebsd Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: 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: Tue, 01 Mar 2011 19:22:14 -0000 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. Regards Silvio Some Config Parameters: SuexecUserGroup "siefke" "siefke" ServerName silviosiefke.de DocumentRoot /usr/local/www/vserver/silviosiefke.de/data ScriptAlias /cgi-bin/ "/usr/local/www/vserver/silviosiefke.de/cgi-bin/" AddHandler php5-fastcgi .php FastCgiExternalServer /usr/local/www/vserver/silviosiefke.de/data -socket /tmp/siefke.socket RewriteEngine On RewriteCond %{REQUEST_URI} \/$ RewriteRule ^(.*)$ index.php [L,QSA] Options -All +FollowSymLinks +ExecCGI AllowOverride Options FileInfo AuthConfig Limit allow from all AllowOverride All ErrorLog /usr/local/www/vserver/silviosiefke.de/log/error.log CustomLog /usr/local/www/vserver/silviosiefke.de/log/access.log combined # httpd -V Server version: Apache/2.2.17 (FreeBSD) Server built: Feb 26 2011 13:17:20 Server's Module Magic Number: 20051115:25 Server loaded: APR 1.4.2, APR-Util 1.3.10 Compiled using: APR 1.4.2, APR-Util 1.3.10 Architecture: 32-bit Server MPM: Worker threaded: yes (fixed thread count) forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/worker" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_FLOCK_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/usr/local" -D SUEXEC_BIN="/usr/local/sbin/suexec" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="etc/apache22/mime.types" -D SERVER_CONFIG_FILE="etc/apache22/httpd.conf"