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 #1

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I644a50af9cf966d1b8923bb94a8a52a0aba0090d has been pushed to the review server.
It is available at http://review.typo3.org/2323

Actions #2

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324

Actions #3

Updated by Markus Klein almost 13 years ago

Please review the patches on gerrit.

Actions #4

Updated by Mr. Hudson almost 13 years ago

Patch set 2 of change I644a50af9cf966d1b8923bb94a8a52a0aba0090d has been pushed to the review server.
It is available at http://review.typo3.org/2323

Actions #5

Updated by Mr. Hudson almost 13 years ago

Patch set 2 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324

Actions #6

Updated by Oliver Hader almost 13 years ago

  • Target version changed from 4.5.3 to 4.5.4
Actions #7

Updated by Mr. Hudson almost 13 years ago

Patch set 3 of change I644a50af9cf966d1b8923bb94a8a52a0aba0090d has been pushed to the review server.
It is available at http://review.typo3.org/2323

Actions #8

Updated by Mr. Hudson almost 13 years ago

Patch set 3 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324

Actions #9

Updated by Mr. Hudson almost 13 years ago

Patch set 4 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324

Actions #10

Updated by Markus Klein almost 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF