Softaculous https://www.softaculous.com/board/index.php? <![CDATA[nginx brotli and http3/quic]]> https://www.softaculous.com/board/index.php?tid=21910&tpg=1#p61856 Using from source with success:
Code

  --with-pcre-jit \
  --with-threads \
  --with-file-aio \
  --with-http_ssl_module \
  --with-http_v2_module \
  --with-http_v3_module \
  --with-http_realip_module \
  --with-http_stub_status_module \
  --with-stream \
  --with-stream_ssl_module \
  --with-stream_realip_module \
  --with-stream_ssl_preread_module \
  --with-http_gzip_static_module \
  --add-module="${SRC_DIR}/ngx_brotli" \
  --with-openssl="${SRC_DIR}/openssl-${OPENSSL_VER}" \
  --with-openssl-opt="enable-quic no-shared no-tests" \
  --with-cc-opt="-I${SRC_DIR}/ngx_brotli/deps/brotli/c/include -Wno-error=sign-compare -Wno-sign-compare"


And in templates something like:
Code
    # Global HTTP/3 Settings (defaults)
    http3 on;
    quic_gso on;
    quic_retry on;

    # Gzip & Brotli
    gzip_vary on;
    gzip on;
    gzip_static on;
    brotli on;
    brotli_comp_level 6;
    brotli_static on;
    brotli_types text/plain text/css application/javascript application/json image/svg+xml;


open_file_cache          max=1000 inactive=10m;
open_file_cache_valid    60s;
open_file_cache_min_uses 1;
open_file_cache_errors  on;




server {
    listen 443 quic reuseport;
    server_name _;

    ssl_certificate    xxx
    ssl_certificate_key xxx

    ssl_protocols TLSv1.3;
    http3 on;

    return 444;
}


    # Cache keys
    proxy_cache_key  "$scheme$request_method$host$request_uri";
    fastcgi_cache_key "$scheme$request_method$host$request_uri";


    proxy_cache_path xxx
        levels=1:2 keys_zone=proxy_micro:20m max_size=512m inactive=60m use_temp_path=off;

    proxy_cache_path xxx
        levels=1:2 keys_zone=proxy_static:50m max_size=5g inactive=30d use_temp_path=off;

    fastcgi_cache_path xxx
        levels=1:2 keys_zone=php_cache:50m inactive=60m max_size=5g;


}


and vhost triggers:

Code

server {
    listen 443 ssl;
    # Advertise HTTP/3 to clients that connect over TCP first
    add_header Alt-Svc 'h3=":443"; ma=86400' always;

    http2 on;


# HTTPS (UDP 443 - HTTP/3)
server {
    listen 443 quic;
    http3 on;


Then we could enable it / disable it from API / UI ]]>
Thu, 22 Jan 2026 02:10:46 GMT https://www.softaculous.com/board/index.php?tid=21910&tpg=1#p61856
<![CDATA[how to create sync or server cluster]]> https://www.softaculous.com/board/index.php?tid=19485&tpg=1#p61855 ]]> Wed, 21 Jan 2026 05:28:42 GMT https://www.softaculous.com/board/index.php?tid=19485&tpg=1#p61855 <![CDATA[Unable to install, report an error.]]> https://www.softaculous.com/board/index.php?tid=20474&tpg=1#p61854
]]>
Wed, 21 Jan 2026 03:27:14 GMT https://www.softaculous.com/board/index.php?tid=20474&tpg=1#p61854
<![CDATA[Minor versions are not updated]]> https://www.softaculous.com/board/index.php?tid=20255&tpg=1#p61853 Tue, 20 Jan 2026 17:03:45 GMT https://www.softaculous.com/board/index.php?tid=20255&tpg=1#p61853 <![CDATA[Call Center Dana]]> https://www.softaculous.com/board/index.php?tid=21909&tpg=1#p61852 Tue, 20 Jan 2026 16:58:08 GMT https://www.softaculous.com/board/index.php?tid=21909&tpg=1#p61852 <![CDATA[Call Center Dana Digital]]> https://www.softaculous.com/board/index.php?tid=21908&tpg=1#p61851 Tue, 20 Jan 2026 16:51:00 GMT https://www.softaculous.com/board/index.php?tid=21908&tpg=1#p61851 <![CDATA[Remove Tasks Logs]]> https://www.softaculous.com/board/index.php?tid=21504&tpg=1#p61850
Thank you for your suggestions.

Backuply does remove 180 days old tasks by default.

We will add UI options to remove tasks.

Hi @cloud9_pl,
>> Backup History

We do have the Backup history wizard already which is basically fetches all the details from Tasks.
Please refer this link :
https://backuply.com/docs/admin-panel/backup-history/" rel="noreferrer" target="_blank">https://backuply.com/docs/admin-panel/backup-history/


]]>
Tue, 20 Jan 2026 09:43:35 GMT https://www.softaculous.com/board/index.php?tid=21504&tpg=1#p61850
<![CDATA[Minor versions are not updated]]> https://www.softaculous.com/board/index.php?tid=20255&tpg=1#p61849
Quote From : linkofic July 18, 2025, 1:33 pm
Most applications don't have their minor versions updated. An example is MariaDB 11.4 which since its release webuzo has been using version 11.4.2
Now, 1 year and 3 months later, MariaDB is on version 11.4.7 where many improvements and corrections have been implemented.
Several months ago, I asked support to release minor versions (at least of the LTS versions).So far this is neglected, you need to be quick to upgrade from minor versions to LTS applications, this guarantees better security and stability for the hosting service.We work with several other web hosting panels, and all of them are already using 11.4.7 (in addition to having gone through all the others... 11.4.3 / .4 / .5 / .6)


Now you can update MariaDB to version 11.4.9
If you have any issues with other software, create an ticket, and tell about problem]]>
Tue, 20 Jan 2026 08:18:46 GMT https://www.softaculous.com/board/index.php?tid=20255&tpg=1#p61849
<![CDATA[Remove Tasks Logs]]> https://www.softaculous.com/board/index.php?tid=21504&tpg=1#p61848 and Backup History]]> Mon, 19 Jan 2026 23:50:31 GMT https://www.softaculous.com/board/index.php?tid=21504&tpg=1#p61848 <![CDATA[Issues with some Apache Modules]]> https://www.softaculous.com/board/index.php?tid=21907&tpg=1#p61847
During our testing, we noticed that some CloudLinux features available in a cPanel environment appear to be missing in Webuzo. One such example is the Apache module mod_lsapi, which prevents us from using LSAPI as the PHP handler in Webuzo.

We are still evaluating whether the Webuzo + CloudLinux environment can fully replicate the functionality of cPanel + CloudLinux. As part of this evaluation, we would appreciate your assistance with the following:

Please confirm which Apache modules or which features are not supported when using CloudLinux with Webuzo.

For any missing modules (such as mod_lsapi), please advise on possible alternatives or workarounds.

Also, how to apply PHP-FPM globally, server wide. As of now, PHP FPM Settings in Webuzo Panel allows is applied by selecting users one by one. How to enable it for all the users at one go.
]]>
Sat, 17 Jan 2026 10:09:48 GMT https://www.softaculous.com/board/index.php?tid=21907&tpg=1#p61847