[TYPO3-german] PHP-FPM status-path und Typo3 7.6

Matthias Leopold matthias at leopold.priv.at
Tue May 31 17:08:10 CEST 2016


Hallo,

wenn ich PHP-FPM nutze kann ich eine Status URL angeben (zb. "/status"). 
In meine VirtualHost Definition schreibe ich dazu (neben der 
Konfiguration im PHP-FPM Pool):

<LocationMatch "/(fpm-ping|fpm-status)">
	SetHandler  "proxy:unix:/run/php-fpm/foo.sock|fcgi://foo/"
</LocationMatch>

Das funktioniert _ohne_ Typo3.
Wie stelle ich es jetzt an, dass diese URL nicht von Typo3 7.6 
verarbeitet wird? Verschiedene Versuche eine " - [L]" Rewrite Regel in 
.htaccess zu definieren haben nicht funktioniert. Das Problem, dass 
Typo3 diese URL "übernimmt", tritt mit und ohne RealURL Extension auf.

thx
matthias


More information about the TYPO3-german mailing list