Questions tagged [openlitespeed]

90 questions
0
votes
1 answer

How To Remove Brotli Compression and Gzip Compression from a Directory with .htaccess

My hosting plan is cPanel with OpenLiteSpeed instead of Apache. I turned on Compress All Content setting in cPanel. This appears to use gzip in some places, brotli in others. Now I need to prevent some directories from having this compression. The…
Volomike
  • 23,743
  • 21
  • 113
  • 209
0
votes
1 answer

404 not found after installed cyberpanal

I try to install cyberpanal in digitalocean droplet, but it does not install successfully. After that when i visited my website a '404 not found' default page from LiteSpeed is shown. Also the Apache is not running Sample Image
0
votes
1 answer

openlitespeed reverse proxy setup ssl termination

I am trying to setup a openlitespeed reverse proxy. openlitespeed is a https:// end point and then for certain URI's, it is supposed to call in to another webserver running on localhost, the 2nd webserver is simple http://. i am following the…
Ravikumar Tulugu
  • 1,702
  • 2
  • 18
  • 40
0
votes
3 answers

Open Lite Speed + Elementor not save changes

since i've jumped from apache to open lite speed and started to use OLS cache i have problem with Elementor. I'm creating something in elementor (can be block, page, post... doesn't matter what) and save it (lets call it v.1). All works fine. When i…
Ilkar
  • 2,113
  • 9
  • 45
  • 71
0
votes
1 answer

File download using BinaryFileResponse works for a while, then fails

I use this function to download MP3 files from my server; The files are a few megs large, anywhere between 1 and 10 megs. It works very well however it stops working after a while, it then permanently raises an error (catch section) whenever we use…
Questionz
  • 45
  • 8
0
votes
0 answers

How to ngrok, pagekite localhost mapped host names?

I have virtual hosting server running OpenLiteSpeed via CyberPanel on my local machine in Windows 11 WSL2 for web developing. I'm accessing multiple websites using local domains, such as testsite1.priv, instead of localhost/testsite1 or…
IDontKnow
  • 33
  • 4
0
votes
1 answer

OpenLiteSpeed how enable php module

i'm quite new in openlitespeed but i've successfully installed OLS on Ubuntu 20. I want to enable Redis or Memcached, which is correctly configured. I've installed php extension (redis.ini) for Redis and i can find extension in…
Ilkar
  • 2,113
  • 9
  • 45
  • 71
0
votes
1 answer

Can't remove virtual host openlitespeed

i've installed fresh openlitespeed on ubuntu 20. I have fresh "Example" config. In Dashboard i see table with Listener & Virtual host. Close to Virtual Host there is Pause button. When i click "Pause" nothing happen. When i remove Virtual Host it is…
Ilkar
  • 2,113
  • 9
  • 45
  • 71
0
votes
2 answers

Unable to Setup correct Virtual Host Configuration on Openlitespeed server

I have recently purchased web hosting, but due to some error on vhost config or wsgi.py file, I am getting 500 error on my domain (www.trysomething.in) and using openlitespeed server This is my context part of vhost Config context / { …
0
votes
2 answers

How to save logs of Node.js running in CyberPanel?

I am currently running a Cyber Panel v2.1 + Ubuntu + Node v14.4 on an EC2 T2.Small Instance. Using the context menu in the Open Lite Speed Interface, I run a Node.JS Website. However, their are issues with its functionality, particularly when I try…
0
votes
0 answers

CyberPanel stalls as soon as I require mongoose on a Node.Js Website

I have an EC2 Instance, it runs Ubuntu, CyberPanel, Node v 14.4.0. I created a website using the normal CyberPanel options and edited the context menue in OLS (:7080) to run node. The website runs fine but the moment I try to connect it with my…
0
votes
1 answer

How to redirect a pdf GET request through a php script in wordpress with OpenliteSpeed Server

I have built a functionality on my website where I only want to allow certain people to be able to download or access certain pdfs from my uploads folder. Searching aroud the internet and SO, I found a lot of answers and got really close in solving…
bhanu
  • 1,730
  • 3
  • 12
  • 30
0
votes
0 answers

Jenkins + OpenLiteSpeed NodeJS integration

I have a problem integrating Jenkins and OpenLiteSpeed. The configuration is such that Jenkins is connected to GitLab and when a change is made to GitLab he pulls the changes and needs to build a project. The project consists of two parts frontend…
rtstorm
  • 339
  • 1
  • 4
  • 16
0
votes
0 answers

Website showing 404 instead of automatically showing index.html

I use OpenLiteSpeed as a web server, and when I load my website I get a 404 error instead of it automatically loading the index.html page, when I put index.html in manually the page loads without a problem
0
votes
1 answer

Running vaultwarden docker-compose with caddy on https while openlitespeed webserver is running causing https issues

I have installed Openlitespeed on my ubuntu 20.04 server, which works with http on port 80. I ran a vaultwarden docker-compose.yml with caddy with HTTP Challenge which uses port 443 for https. I used the docker-compose.yml and Caddyfile which was…
Nowak
  • 135
  • 2
  • 14