Actions
Bug #90145
closedApache suexec support (HTTP_TYPO3_CONTEXT)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2020-01-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Apache, suexec, TYPO3_CONTEXT
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
TYPO3 can't be used out of the box in Apache environments which are using suexec. Suexec only accepts "whitelisted" environment variables like variables with "HTTP_" prefix. That means that TYPO3 can't access environment variables like TYPO3_CONTEXT, which becomes HTTP_TYPO3_CONTEXT.
Like in bug #53188 (https://forge.typo3.org/issues/53188) TYPO3 should handle those prefixes like REDIRECT_ prefixes added by proxy redirects. It should be easy to respect the HTTP_ prefixes like the other ones.
Actions