Questions tagged [openlitespeed]
90 questions
1
vote
0 answers
OpenLiteSpeed and cache
I am testing a Cyberpanel + Openlitespeed webserver with a Prestashop site.
Default config for the Litespeed module is:
checkPrivateCache 1
checkPublicCache 1
maxCacheObjSize 10000000
maxStaleAge 200
qsCache …

ClickClack
- 11
- 2
1
vote
1 answer
How to setup SSL for DigitalOcean droplet
How do I setup SSL for DigitalOcean droplet running OpenLiteSpeed NodeJS? Is there any command that I can run to make this possible? Thanks

Robert Bautista
- 21
- 2
1
vote
0 answers
I'm trying to install these packages to my Ubuntu Server ( OpenLiteSpeed )
I'm trying to install these packages but I can't install some packages.
sudo apt-get install lsphp70 lsphp70-common lsphp70-dev lsphp70-dbg lsphp70-mbstring lsphp70-gettext lsphp70-zip lsphp70-curl lsphp70-mysql lsphp70-mcrypt lsphp70-gd lsphp70-cgi…

Suresh Ramani
- 121
- 1
- 8
1
vote
0 answers
503 Service Unavailable Error while hosting Django website on CyberPanel
I am trying to host my Django website using CyberPanel on OpenLiteSpeed.
I have completed website development. The website is running properly when I run in debug mode (using runserver command). I am trying to deploy the website.
I am using…

Dark Sorrow
- 1,681
- 14
- 37
1
vote
1 answer
MSSQL PDO on OpenLiteSpeed?
Does anyone have a clue on how to install the Microsoft SQL PDO PHP Driver in OpenLiteSpeed? I've searched and searched and found nothing.
Preferably PHP7.4 but if you know of how to do this in any 7.x it should work.
Thanks!

Kevin Justice
- 23
- 2
1
vote
0 answers
How can I deny access to the file xmlrpc.php to all virtual hosts in my OpenLiteSpeed server?
I am running an OpenLiteSpeed server with CyberPanel on a Linode. I need to block access to the WordPress file xmlrpc.php for all domains, as it is a security concern. I know how to block the file for each domain using .htaccess, but there has got…

Richard
- 11
- 2
1
vote
1 answer
How is Nuxtjs started on openlitespeed with Nodejs? Startup file example
Trying to upload my project to openlitespeed. However, encountering difficulties.
Basic Node setup is that:
const http = require('http');
const hostname = '127.0.0.1';
const port = 3000;
const server = http.createServer((req, res) => {
…

Bitfinicon
- 1,045
- 1
- 8
- 22
1
vote
1 answer
How to deny access to a folder with .htacces and openlitespeed
How do I enable deny for a folder through htaccess with openlitespeed? I tried
RedirectMatch 403 ^/folder/?$
and
Deny from all
But it didn't work, I still access the folder even after restart openlitespeed

Germano
- 9
- 2
1
vote
1 answer
How to use awstats with OpenLiteSpeed WebAdmin?
Is it possible to install AWstats log analyzer in OpenLiteSpeed?
I cannot find the lsws/admin/misc/awstats_install.sh script from this 2015 documentation:
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:awstats
So I…

BinaryMonkey
- 331
- 1
- 13
1
vote
1 answer
Webm files not recognized as video files by wordpress (openlitespeed)
I try to switch to using webm video on my Wordpress site. For demo purposes I used the big buck bunny trailer demo.
I am using openlitespeed with cyberpanel as my webserver and I added this to the .htaccess:
AddType video/webm .webm
I also…

Michael de Borst
- 302
- 2
- 5
- 16
0
votes
0 answers
correct CSP for phpMyAdmin with OpenLiteSpeed
Not able to access phpMyAdmin after installation on AWS EC2 with Ubuntu with openLiteSpeed
I have been trying various configurations of CSP headers and get the below with this set:
set Content-Security-Policy default-src http:; style-src 'self'…
0
votes
0 answers
Openlitespeed error 400 with Nginx proxy manager in front?
So, i have a server running Nginx Proxymanager that handles all incomming http/https requests and SSL termination towards a Cyberpanel server running Openlitespeed. As i recently updated Cyberpanel, a update for Openlitespeed happened aswell.
After…

Mattias
- 11
- 4
0
votes
0 answers
Problem Configuring Static in OpenLiteSpeed with Django Project (www.menuweb.cl)
The problem.
traditional-italian-food-world-tourism-day.jpg:1 - Failed to load resource: the server responded with a status of 404
/#:1 - Refused to apply style from 'https://menuweb.cl/python/static/main/home.css' because its MIME type…
0
votes
0 answers
Nuxt 3 stress testing overloads the server, how do you limit the SSR load?
I have deployed a Nuxt 3 web application with a Strapi CMS backend using PM2 and an OpenLiteSpeed reverse proxy. The server has 4 cores and I have 4 Strapi instances and 2 Nuxt 3 Nitro server instances. The number of instances is pretty random, I'm…

Ansis Spruģevics
- 161
- 5
- 18
0
votes
0 answers
ubuntu 22.04 vps postgresql port 5432 open but connection refused
I am struggling to get a postgresql db to play nice.
I'm running a vps server with ubuntu 22.04 and openlitespeed.
I have checked:
text and
text and
text
but without success.
I have allowed the port in ufw:
stiofan@stiofaniridian:~$ sudo ufw status…

Stiofán
- 1
- 3