Bug #26913
closed
Wrong value for "UNIX/CGI" when using fcgid
Added by Stephan Großberndt over 13 years ago.
Updated about 7 years ago.
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')
Patch set 1 of change I644a50af9cf966d1b8923bb94a8a52a0aba0090d has been pushed to the review server.
It is available at http://review.typo3.org/2323
Patch set 1 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324
Please review the patches on gerrit.
Patch set 2 of change I644a50af9cf966d1b8923bb94a8a52a0aba0090d has been pushed to the review server.
It is available at http://review.typo3.org/2323
Patch set 2 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324
- Target version changed from 4.5.3 to 4.5.4
Patch set 3 of change I644a50af9cf966d1b8923bb94a8a52a0aba0090d has been pushed to the review server.
It is available at http://review.typo3.org/2323
Patch set 3 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324
Patch set 4 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF