LiteSpeed Web Server (LSWS) is a high-performance Apache drop-in replacement.
Questions tagged [litespeed]
292 questions
-1
votes
1 answer
Pluguin CDN Cloudflare or Lite Speed?
I have installed the Lite Speed Cache plugin on my Wordpress directly from the server.
Also Cloudflare, my question is it better to disable Cloudflare and use Lite Speed CDN.
Thank you very much

Pedro
- 1
- 1
-1
votes
1 answer
Block domain pointing with virtual host in litespeed
I run my website on dedicated server with
LiteSpeed Web Server and using WHM (WordPress CMS)
My problem is that some other website domain is pointing to my website, If I update or modify its getting updated on other domain too
What I try so…

zilord
- 69
- 6
-1
votes
1 answer
cPanel Cronjob ln -s symbolic security problem
I configured my server as cPanel, CloudLinux, LiteSpeed, CWAF, CageFS, CXS.
All my services are running smoothly.
However, I can create a cronjob from one user and access other users' files symbolically.
For example, I can read the config.php file…

Content
- 53
- 8
-1
votes
1 answer
htaccess Allow Origin Multiple Domains with different Scheme
I need to allow Access-Control-Allow-Origin from the following domains:
http://localhost:8080
app://MyApp
This is my current .htaccess conditions that I need set for both of the above domains:
Header Set Access-Control-Allow-Origin…

Neel
- 9,352
- 23
- 87
- 128
-1
votes
1 answer
Litespeed QUIC enabling
Ubuntu 20.04
LSWS 5.4.8
QUIC is working in WebAdmin, but don't work at any Virtual hosts. How can I enable that thing in virtual host on subdomain. UDP ports are opened, Firewall is disabled.
Commands outputs:
443 udp listening,
ufw status
Any…

gluktd
- 46
- 5
-2
votes
0 answers
htaccess returns a error and then redirects the page
My htaccess redirects the pages but only after returning an error,. Because of this, the site change tool in google doesn't pick it up.
RewriteEngine on
RewriteRule ^(.*)$ https://ww17.example.com/$1 [L,R=301,NC]
This htaccess goes into…

brvnbld
- 1
- 1
- 8
-3
votes
2 answers
Cannot delete files on AWS EC2 via FTP, permission denied
I run a WordPress site on AWS EC2 with Litespeed.
When I log in via FTP I cannot delete anything, neither plugin nor theme files. FileZilla shows a rm /path/to/file permission denied error:

AMANK
- 1
- 2