Project

General

Profile

Actions

Bug #26913

closed

Wrong value for "UNIX/CGI" when using fcgid

Added by Stephan Großberndt almost 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2011-05-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In "Basic Configuration"->"System Information" the wrong value for "UNIX/CGI" is displayed when using fcgid.

While all starting scripts (index.php, typo3/init.php) correctly check CGI by :

(PHP_SAPI == 'fpm-fcgi' || PHP_SAPI == 'cgi' || PHP_SAPI == 'isapi' || PHP_SAPI == 'cgi-fcgi')

in the tx_install.php [569] the check is:

(PHP_SAPI == 'cgi' ? 'YES' : 'NO')
Actions

Also available in: Atom PDF