Search results

  1. lskagan

    Ghost 404 after fresh install on subfolder

    If you want ghost to run on /blog then the context URI should be /blog, try that and see if it works. If not check your error log and stderr log for more information.
  2. lskagan

    lsphp72-sodium for Debian 9

    Hello, sodium on Debian 9 is included in the base lsphp72/lsphp72-common package. It is not a separate package.
  3. lskagan

    ionCube loader not found Google cloud

    You can run `apt install lsphp72-ioncube` then `/usr/local/lsws/bin/lswsctrl restart` to install ionCube.
  4. lskagan

    The lsphp 7.3 version and the behavior of CMS MOODLE

    There are 60 of which type of process? Do you have the exact error about incorrectly configured plugin?
  5. lskagan

    OpenLiteSpeed v1.5.5 Now Available

    Announcing: OpenLiteSpeed v1.5.5 In this release: Addressed HTTP/2 DoS advisories, bug fixes, and more! RELEASE LOG: Core -------- [Security] Addressed recent HTTP/2 DoS advisories (https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md). Fixed...
  6. lskagan

    OpenLiteSpeed v1.4.50 Now Available

    Announcing: OpenLiteSpeed v1.4.50 In this release: Addressed HTTP/2 DoS advisories, bug fixes, and more! RELEASE LOG: Core -------- [Security] Addressed recent HTTP/2 DoS advisories (https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md). Fixed...
  7. lskagan

    argon2 - how to meet that requirement?

    Hi AGNF, Unfortunately Debian 9 does not come with a new enough libargon2 package to build LSPHP with that will support mass installations. Since it is built in directly to the main PHP binary enabling libargon2 support would require a package that does not exist causing installs to fail. We...
  8. lskagan

    One Click WordPress installation not working on Vultr

    Just wanted to let you know we did figure out what the issue was and we are working on a fix that should be done sometime this week.
  9. lskagan

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    Thanks for the info! It is an odd error as it is a curl DNS error. The script I gave you was able to resolve the DNS fine. It could be a mixture of that extension with NextCloud and the setup.
  10. lskagan

    Add two-factor authentication to my openlitespeed dashboard

    Currently there is no way to add 2FA. I would recommend keeping the 7080 port blocked unless you need it.
  11. lskagan

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    This is very odd, this was to test to see if cURL was working fine with PHP and judging by this it is. It may be a git config issue you can try following this to see if it helps: https://github.com/Homebrew/brew/issues/1414 Nextcloud should have more indepth logs for why it is failing. Maybe a...
  12. lskagan

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    Can you try this test instead? <?php $ch = curl_init("https://openlitespeed.org/"); $fp = fopen("example_homepage.txt", "w"); curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($curl...
  13. lskagan

    Curl Errors In NextCloud With Latest Release of OpenLiteSpeed/LSPHP

    I tried to reproduce this but it is working fine on my test machine using the latest OLS and LSPHP. Can you try a basic PHP cURL script like: https://ctrlq.org/code/19998-php-curl-example
  14. lskagan

    Debian 10

    Our pre-compiled package should already support it. As for DEB repo it will be out when Debian 10 is officially released.
  15. lskagan

    OpenLiteSpeed on Linux Mint ?

    What is the output of `sudo ls -la /usr/local/lsws/bin/`? We do not supply repo packages for linux mint which is why running that will not work.
  16. lskagan

    Php mail isn't working

    Hi, I see you are running CyberPanel, you should post this on the CyberPanel forums here: https://forums.cyberpanel.net/
  17. lskagan

    How come TTFB reduces so much, and how can I improve TTFB back to 50ms?

    Hi djzen, if you want to PM me the URL I can tell you what the bottleneck is.
  18. lskagan

    OpenLiteSpeed on Linux Mint ?

    Hi, Can you get the output of the following two commands: sudo uname -a sudo ldd /usr/local/lsws/bin/litespeed
  19. lskagan

    SSL Error - [Errno 2] No such file or directory [Failed to obtain SSL. [obtainSSLForADomain]]

    Hello, It seems you are running CyberPanel, you should post this question on the CyberPanel support forums here: https://forums.cyberpanel.net/
  20. lskagan

    lsphp73 is not detecting pcre2-devel (yum install lsphp73)

    Hi Earl, How do you have lsphp73 installed? Is it possible to get a phpinfo page?
Top