Bug #98228
closedServer Response on static files (php.txt)
0%
Description
Since update to 11.5.15
static server response has changed on php files.
The report shows (404): https:../typo3temp/assets/d647df84.tmp/bbac0463.php.txt
server configuration has not been changed.
<IfModule mod_mime.c>
RemoveType .html .htm
<FilesMatch ".+\.html?$">
AddType text/html .html
AddType text/html .htm
</FilesMatch>
RemoveType .svg .svgz
<FilesMatch ".+\.svgz?$">
AddType image/svg+xml .svg
AddType image/svg+xml .svgz
</FilesMatch>
RemoveType .php
RemoveHandler .php
<FilesMatch ".+\.php$">
SetHandler x-httpd-opcache-php7.4
</FilesMatch>
</IfModule>
Updated by Oliver Hader about 2 years ago
- Status changed from New to Needs Feedback
HTTP 404 means the resource is not accessible - probably some other configuration is blocking this request to https://example.org/typo3temp/assets/d647df84.tmp/bbac0463.php.txt now?
Updated by Phlipp Mandl about 2 years ago
The original response code is 406. I redirected it temporarily to 404 in order to have no server side bad response.
Updated by Oliver Hader about 2 years ago
I could not reproduce and therefore not help with fixing it...
Besides that, I was not able to find any occurrence of HTTP 406
in the TYPO3 core - this seems to be a custom setting.
Updated by Oliver Hader about 2 years ago
The complexity was set to "no-brainer". Please describe the possible change in case it is so obvious. Thx!
Updated by Riccardo De Contardi over 1 year ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Oliver Hader) - Target version deleted (
Candidate for Major Version)
No feedback since more than 90 days => closing this issue.
If you think that this is the wrong decision or think that there is still work to be done here, please reopen it or open a new issue with a reference to this one.
Thank you and best regards