My Community Dashboard

  • Arnaud Forster
    Arnaud Forster replied to a discussion, change php

    Hello Patrick,
    Thanks very much for your help..

    do you mean chaning the port number here ?

    <FilesMatch \.php$>
    SetHandler "proxy:fcgi://127.0.0.1:9071"
    </FilesMatch>


    Maybe from 9071 to 9072 ...
    I'm really not expert but it seems each installed version of php listen to a specific port ... 9071 for php 7.1 and 9072 for php 7.2
    Could it be that ?

    Thanks again for your help :)