Hallo zusammen
auf einem Debian habe ich die letzte Version von Ispconfig drauf - und nach dem HowTo php konfiguriert und installiert.
FPM sieht alles gut aus, ispconfig erstellt auch die conf files, passt die apache conf datei auch an - aber es ist immer das
standard php aktiv - als würde eine definition weiter "oben" das überschrieben/aktiv sein.
es lauft immer das php 5.3.3 über das fcgid obowhl in der conf Datei von diesem Web das von ispconfig richtig angepasst wurde:
und der fpm lauft auch auf diesem port:
hp-fpm 23467 root 8u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)
php-fpm 23470 web20 0u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)
php-fpm 23471 web20 0u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)
php-fpm 23472 web20 0u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)
php-fpm 23473 web20 0u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)
auf einem Debian habe ich die letzte Version von Ispconfig drauf - und nach dem HowTo php konfiguriert und installiert.
FPM sieht alles gut aus, ispconfig erstellt auch die conf files, passt die apache conf datei auch an - aber es ist immer das
standard php aktiv - als würde eine definition weiter "oben" das überschrieben/aktiv sein.
es lauft immer das php 5.3.3 über das fcgid obowhl in der conf Datei von diesem Web das von ispconfig richtig angepasst wurde:
Code:
Action php5-fcgi /php5-fcgi
Alias /php5-fcgi /var/www/clients/client9/web20/cgi-bin/php5-fcgi-*-80-domain.ch
FastCgiExternalServer /var/www/clients/client9/web20/cgi-bin/php5-fcgi-*-80-domain.ch -idle-timeout 300 -host 127.0.0.1:9029 -pass-header Authorization
</IfModule>
<IfModule mod_proxy_fcgi.c>
ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ fcgi://127.0.0.1:9029/var/www/clients/client9/web20/web/$1
</IfModule>
und der fpm lauft auch auf diesem port:
hp-fpm 23467 root 8u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)
php-fpm 23470 web20 0u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)
php-fpm 23471 web20 0u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)
php-fpm 23472 web20 0u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)
php-fpm 23473 web20 0u IPv4 1804921286 0t0 TCP localhost:9029 (LISTEN)