Impostare Jitl

Support Wissensdatenbank

Du bist hier:
Print

Per abilitare Jitl su un server Plesk con PHP 8, fai come segue:

 

  1. Eseguite il seguente comando sul vostro server tramite SSH:
    echo -e 'opcache.jit_buffer_size=256M\nopcache.jit=1255' > /opt/plesk/php/8.0/etc/php.d/opcache_jit.ini
  2. Sotto “Strumenti e impostazioni => Impostazioni PHP => PHP 8.0”, aggiungi uno spazio in PHP.ini per ricostruire tutte le configurazioni web.
  3. Riavviare il servizio FPM:
    service plesk-php80-fpm reload
  4. Disabilita il Disable_Functions nelle impostazioni PHP del dominio interessato e non impostare nulla lì.
  5. Carica il seguente file e prova se Jit funziona ora:
    test.php

    <?php
    print_r(opcache_get_status()['jit']);
    ?>

     

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post