Setting up Jitl - FireStorm ISP

Setting up Jitl

Support Wissensdatenbank

Du bist hier:
Print

To activate Jitl on a Plesk server with PHP 8, proceed as follows:

 

  1. Execute the following command on your server via SSH:
    echo -e 'opcache.jit_buffer_size=256M\nopcache.jit=1255' > /opt/plesk/php/8.0/etc/php.d/opcache_jit.ini
  2. Under “Tools & Settings => PHP Settings => PHP 8.0”, add a space in PHP.ini to rebuild all web configurations.
  3. Restart the FPM service:
    service plesk-php80-fpm reload
  4. Deactivate the Disable_Functions in the PHP settings of the affected domain and do not set anything there.
  5. Upload the following file and test if Jit works now:
    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