SetHandler php54-fcgi doesn't work for me

nmb

Verified User
Joined
Sep 13, 2008
Messages
223
I have PHP 5.3 and 5.4 installed as PHP-FPM in Custombuild 2.0. However, when I put the code below according to FAQ :

<FilesMatch \.php$>
SetHandler php54-fcgi
</FilesMatch>

I, then, checked PHP version, I still saw it as PHP 5.3. Is this happen to others?
 
Back
Top