[TYPO3-german] PHP-FPM status-path und Typo3 7.6
Matthias Leopold
matthias at leopold.priv.at
Tue May 31 18:57:51 CEST 2016
Am 31.05.2016 um 17:08 schrieb Matthias Leopold:
> 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.
>
Die Direktive
RewriteRule ^/fpm-status.* - [END]
im "virtual host" Kontext löst das Problem...
matthias
More information about the TYPO3-german
mailing list