apache

  1. noob404

    Website slows down or crashes on running benchmark (ab, wrk)

    Hi, I am new to OLS. Was planning to migrate from Apache as I have heard great things about OLS. So, I just setup LOMP (with PHP 8.1) with VSFTPD and phpMyAdmin on my Ubuntu 22.04 Server (Virtualbox) - 2GB RAM, 2 Cores, for testing. My website uses PHP an has atleast 3-4 MySQL calls every page...
  2. Z

    WHMCS change from Apache to Openlitespeed

    Hello everyone have you ever experience changing WHMCS from apache to openlitespeed After changing to OLS my site getting blank nothing show but when change back to apache it works fine.
  3. S

    OLS can't access WordPress database hostname

    I have an Apache server with a few static html sites and one WordPress site already set up and running on it. I wanted to use OLS on this server and installed it successfully. I successfully set up Apache to listen to alternative ports for 80 and 443 (8080 & 44380) and let OLS listen to those...
  4. slowaways

    Access-Control-Allow-Origin Multiple Origin Domains

    Is there a way to allow multiple cross-domains using the Access-Control-Allow-Origin header in OpenLiteSpeed? I try this code in Rewrite but without success: SetEnvIf Origin "http(s)?://(www\.)?(domain1.example|domain2.example)$" AccessControlAllowOrigin=$0$1 Header add...
Top