openlitespeed

  1. deksar

    Use OpenSSL (locally installed) instead of BoringSSL?

    Is it possible to use OpenSSL, pick it up during the installation, instead of fetching and compiling BoringSSL? For BoringSSL, Google states: "BoringSSL is a fork of OpenSSL that is designed to meet Google's needs. Although BoringSSL is an open source project, it is not intended for general...
  2. ankit_nagpal

    Unable to add public_html folder to a group

    I am using CyberPanel with OpenLiteSpeed with one domain, like: example.com If I add a public_html folder of the domain to a user group, the domain starts giving "too many redirects" error. For example: Command: ls -la /home/example.com returns: drwxr-x--- 6 exam4939 nogroup 4096 Dec 15...
  3. A

    Server response time logged in log file is greater than TTFB shown in browser

    Hi, We need to log external application i.e lsphp response time. So we are using the following log format. logFormat %{Host}i %h %t %>s %O %D \"%r\" %{User-agent}i Where %D is reponse time in miroseconds. Here response time is 94221 micro seconds. So it is 94.22 milli seconds. But in...
  4. B

    OWASP CRS ModSecurity rules not blocking malicious request body in OpenLiteSpeed

    I followed this tutorial: Installing and Configuring the OpenLiteSpeed ModSecurity Module • OpenLiteSpeed to install OWASP CRS. Tested with malicious URL like: - http://localhost:8003/attack.php?q=<script>alert(document.cookie)</script> - http://localhost:8003/attack.php?q=/bin/bash all works...
  5. R

    "Unable to locate package openlitespeed" Error while installing CyberPanel on ubuntu

    Hi there. I followed a youtube video "Install CyberPanel on Ubuntu: " but I've faced some issues while applying it! see here >https://ibb.co/PDhg8k0 After past the last command of installing CyberPanel sh <(curl https://cyberpanel.net/install.sh || wget -O -...
  6. popallo

    Disk IO constant activity

    Hello everyone, I am asking for help from the community because I can not find an explanation for the moment and even after research on this forum I have no answer. I have a server under proxmox (debian 10) and I am using several LXC containers to act as a web server. I have containers under...
  7. raminda

    Magento CE 2.4.2-p1 Installation Issue

    Hi, I'm trying to install Magento 2.4.2-p1 on Openlitespeed 1.7.11 with PHP 7.4. My operating system is Ubuntu 20.04. When I try to run the installation it shows below error, PHP Fatal error: Uncaught Error: Class 'DOMDocument' not found in...
  8. Master3395

    Custom Errors not loading CyberPanel + Cmsms

    Hello. I have set up my VPS with CyberPanel, and it uses OpenLiteSpeed. I have then installed Cmsms to be my "cms" solution, just like WordPress. But I'm facing an issue where pages that do not exist, show a blank page with the code 200. Saying that the page works fine. But in reality, it would...
  9. vandevo

    WP WEBSITE CRASH: “There has been a critical error on this website.” + Can’t log in WP Admin or PHPMyAdmin

    Hey beautiful people, I need urgent help. My website link: https://endlesstoursportugal.com I couldn’t log in to my WP Website today. It sent me this message: “There has been a critical error on this website. Please check your site admin email inbox for instructions. Learn more about...
  10. S

    Allow access to file only from the server itself

    I'm trying to allow only the server itself to run wp-cron.php and deny this file for the rest of the world, so what I did: RewriteCond %{REMOTE_ADDR} !^123\.123\.123\.123 RewriteRule wp-cron.php$ - [F,L] But it doesn't work, any suggestions please?
  11. T

    Can't configure a VHOST template

    Hello, I'm trying to set up 2 https domains (website_1.com & website_2.com) with OLS templates VHOST. I have 1 certificate (CERTBOT - LETSENCRYPT) for each domain. I made many tests and I don't understand what I'm doing wrong... This is my configuration : OpenLiteSpeed 1.6.19 / DEBIAN 10...
  12. D

    Directadmin OpenLiteSpeed WebAdmin Console by port 7080 - Error 404 Not Found The resource

    Before, OpenLiteSpeed WebAdmin Console was working fine, but after upgrading openlitespeed to the latest version, I get the following error , when I want to enter OpenLiteSpeed WebAdmin Console by http://x.x.x.x:7080 or even by https : 404 Not Found The resource requested could not be found...
  13. maicol07

    How to configure OLS LSWGI with a DJango app

    Hi, I'm trying to install Weblate, a DJango app. I've followed this guide: https://openlitespeed.org/kb/python-wsgi-applications/#Set_up_Django_with_a_Virtual_Environment and installed LSWGI and configured the context app server with these parameters: When I try to go to the website, I get a...
  14. P

    Syntax check outputs irrelevant texts

    Openlitespeed command to check syntax outputs meaningless text "t:none,t:urlDecode". This text is always recorded regardless syntax contains error or not. [root@webserver-2 bin]# ./openlitespeed -v LiteSpeed/1.7.5 Open module versions: modgzip 1.1 cache 1.62...
  15. anderson916

    Poor Performance and SSL handshake failed(5)

    I am using OpenLiteSpeed + Wordpress + LiteSpeed Cache (https://marketplace.digitalocean.com/apps/openlitespeed-wordpress). I don't know why the performance is terrible. Also, when I do load tests, many "SSL handshake failed (5)" errors appear. For the SSL certificate, I got it from Let's...
  16. S

    Cloudflare "520 Error" - OpenLiteSpeed/DirectAdmin

    Hello! I'm using openlitespeed with directadmin. I am getting 520 errors on some websites. Could a wrong configuration on the openlitespeed side cause this? where should I start debugging? I've been trying to solve this problem for a long time. Note: Today I upgraded the openlitespeed version...
  17. L

    OLS with Matomo on GCP

    What will be the solution to install 'clean' OLS server on Ubuntu (or whatever) on Google Cloud Platform? On marketplace is WP, Django, ... but can't see any 'clean' image. I think that I should to use simple Ubuntu server with ols1clk script, but have no idea how to set the install command...
  18. ltynk

    Error with listener 7080

    Hi, I encountered this issue for the second time. Unfortunately I was not able to check what occupied port before server was rebooted. Basically port 7080 gets occupied and this results in not loading any vhost. SSH working, all thing, but nothing loads. Logs shows this: 2020-09-24...
  19. mahmud92

    Install mysql on existing openlitespeed server running on Ubuntu 18.04

    Hi How to install mysql on openlitespeed running on ubuntu? I found documentation for centos but I am using ubuntu. Thanks.
  20. Alexismendozave

    HTTP/2 css and js generate error 503 wordpress

    I have openlitespeed and when I activate http / 2 css and for js in wordpress, it gives me error 503, but if I activate debugging of wordpress, it loads well, what could it be? in the forum they delete my post
Top