Гравицапа
elbirret elcno
Помогите настроить FastCGI
mod_fastcgi.conf
для вирт хоста
не работает
log:
mod_fastcgi.conf
Код:
<IfModule mod_fastcgi.c>
FastCgiIpcDir /var/lib/apache2/fastcgi
<Directory "/srv/www/htdocs/qwe-asd/html">
AllowOverride None
Options +ExecCGI -Includes
SetHandler fastcgi-script
Order allow,deny
Allow from all
</Directory>
AddHandler fastcgi-script fcg fcgi fpl .php
</IfModule>
Код:
SetHandler fastcgi-script
AddType application/x-httpd-fastphp .php
Action application/x-httpd-fastphp /srv/www/fcgi-bin/php



log:
Код:
[Fri Oct 28 02:24:17 2005] [error] [client 10.1.197.2] FastCGI: comm with (dynamic) server "/srv/www/htdocs/qwe-asd/html/te
st.php" aborted: (first read) idle timeout (30 sec)
[Fri Oct 28 02:24:17 2005] [error] [client 10.1.197.2] FastCGI: incomplete headers (0 bytes) received from server "/srv/www
/htdocs/qwe-asd/html/test.php"