Recent content by apicard27

  1. apicard27

    Sodium is missing

    Hi, Sodium should be part of lsphp83-common sub-package... However even with a new build, it's not there. https://pkgs.alpinelinux.org/package/v3.21/community/x86/php83-common --with-mysqli --with-zlib --enable-gd --enable-shmop --enable-sockets --enable-sysvsem --enable-sysvshm...
  2. apicard27

    Redirect to www or non-www

    I resolve this with this, in your functions.php add_action( 'parse_request', 'wpse_395638_1' ); function wpse_395638_1( $wp ) { // If the current URL doesn't have any path and with the www prefix, e.g. // https://www.example.com or https://www.example.com/?foo=bar, then we //...
  3. apicard27

    Redirect to www or non-www

    Hello, I host a wordpress website and there's a redirect to www or non-www. I want to remove this... I want to make works www and non-www for seo reason. This should be done in OLS or WordPress? Thanks
  4. apicard27

    Sodium is missing

    Hello, I get this error: PHP Warning: PHP Startup: Unable to load dynamic library 'sodium' (tried: /usr/local/lsws/lsphp83/lib/php/extensions/no-debug-non-zts-20230831/sodium (/usr/local/lsws/lsphp83/lib/php/extensions/no-debug-non-zts-20230831/sodium: cannot open shared object file: No such...
  5. apicard27

    lsphp83-intl not loaded

    I resolve this issue by recompiling PHP v8.3
  6. apicard27

    lsphp83-intl not loaded

    Hi, I try killall -9 lsphp then reboot the server... Still no luck. php -m also confirm INTL not loaded... But getting: lsphp83-intl is already the newest version (8.3.17-1+noble) Weird.
  7. apicard27

    lsphp83-intl not loaded

    Hello, I install INTL extension but, it's not loaded. sudo apt install lsphp83-intl I don't see it in my phpinfo file... I activate it in the php.ini... I'm I missing something? I use Ubuntu 24.04 Thanks
  8. apicard27

    OpenLiteSpeed Status

    Ok I resolve the errors but still facing 404...
  9. apicard27

    OpenLiteSpeed Status

    Hello, I'm on Ubuntu 24 with the latest version OLS. I got a 404 on my new installation. I check the service status and I get this: main.ERROR: Error: Application is not installed yet. I check in the error log I got this: Failed to get process [20209] start time, not running, skip killing...
  10. apicard27

    Failed to start lsws.service: Unit lsws.service not found.

    Hello, I remove php 8.3 then install php 8.1. So when I start lsws I get this message: Failed to start lsws.service: Unit lsws.service not found. I'm missing a php extension here? Thank you.
Top