собственно такие ошибки:
httpd-error.log
Код: Выделить всё
[Mon Jun 22 00:04:14 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Mon Jun 22 00:04:17 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Mon Jun 22 00:04:20 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Mon Jun 22 00:04:23 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Mon Jun 22 00:04:26 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
Код: Выделить всё
[2009-06-22 00:04:09]: uid: (VS1100/VS1100) gid: (1002/VS1100) cmd: while.php
[2009-06-22 00:04:09]: (8)Exec format error: exec failed (while.php)
[2009-06-22 00:04:14]: uid: (VS1100/VS1100) gid: (1002/VS1100) cmd: while.php
[2009-06-22 00:04:14]: (8)Exec format error: exec failed (while.php)
Кусок конфига апача:
Код: Выделить всё
LoadModule fastcgi_module libexec/apache22/mod_fastcgi.so
...
<IfModule mod_fastcgi.c>
FastCgiConfig -singleThreshold 30 -minProcesses 2 -restart \
-idle-timeout 400 -killInterval 200 -autoUpdate \
-pass-header HTTP_AUTHORIZATION
FastCgiWrapper /usr/local/sbin/suexec
FastCgiIpcDir /var/run/fastcgi
Action application/x-httpd-fastphp /php-fcgi/php.sh
Action application/x-httpd-php /php-fcgi/php.sh
AddType application/x-httpd-fastphp .php
AddType application/x-httpd-php .php
<Location /php-fcgi/>
Options ExecCGI FollowSymLinks
SetHandler fastcgi-script
</Location>
</IfModule>
<Directory "/usr/www/*/htdocs">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<Directory "/usr/www/*/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Код: Выделить всё
Alias /php-fcgi/ /usr/www/VS1100/.../php-fcgi/
SuexecUserGroup VS1100 VS1100