CRIU and LSAPI pooling not working on directadmin with mod_lsapi

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hostsp
    Junior Member
    • Jul 2025
    • 2

    #1

    CRIU and LSAPI pooling not working on directadmin with mod_lsapi

    Hello,

    I'm running a CloudLinux server with DirectAdmin and mod_lsapi, and I'm trying to enable CRIU and LSAPI connection pooling. I followed the CloudLinux documentation, added the required settings, and rebuilt configs via CustomBuild.

    but the status showing

    LSAPI criu off
    LSAPI with connection pool off
    Criu status stopped

    Is CRIU with LSAPI connection pooling officially supported in DirectAdmin on CloudLinux?
    If yes, is there any additional setup or service that must be running for it to work?
  • bogdan.sh
    Administrator
    • Nov 2016
    • 1239

    #2
    Hello,

    What OS version are you using? As of today CRIU is unavailable in CloudLinux OS 9.

    Comment

    • hostsp
      Junior Member
      • Jul 2025
      • 2

      #3
      version 9 and if LSAPI with connection pool is depend on Criu? as that status is also off

      Comment

      • bogdan.sh
        Administrator
        • Nov 2016
        • 1239

        #4
        It is not, you can use LSAPI with connection pool independently of CRIU.

        Connection Pool is a caching mechanism that maintains a pool of database connections to improve the efficiency and performance of database-driven applications by reusing existing connections.


        You have to turn it On explicitly somewhere in /etc/apache2/conf.d/lsapi.conf and reload apache.

        Comment

        Working...