Search results

  1. S

    Create virtualhost and map to listeners via CLI

    How do I create new virtual hosts and mapped them to listeners via CLI in OpenLiteSpeed?
  2. 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...
  3. S

    OLS dashboard listing default listeners as un-linked

    Even though OLS is listening to 80 and 443, the OLS dashboard shows the listeners as un-linked as seen in the following screenshot: Running lsof -i:80 returns: COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME litespeed 428013 root 8u IPv4 3689148601 0t0 TCP...
  4. S

    Custom DocumentRoot returns 404

    I created a new virtual host for a domain name say, someName.com with the custom Document Root (/home/someName/html) having just one index.html page. The owner and group of the document root folder is the domain name without the extension (someName:someName). I have specified "someName" in the...
  5. S

    OLS not parsing PHP files

    Hello, I have just set up OLS on my Ubuntu 18.04 server. I have compiled PHP from Tools > Compile PHP and it succeeded successfully. I have also created a Virtual Host for a domain, added a script handler for the same (prefix: php handler: lsphp) and added it to the default listener. The site...
Top