LiteSpeed Web Server (LSWS) is a high-performance Apache drop-in replacement.
Questions tagged [litespeed]
292 questions
1
vote
1 answer
How to get LiteSpeed to evaluate all rewrite rules in .htaccess as apache2 does?
I have problems with LiteSpeed not evaluating mod_rewrite rules the same way as apache2
I have a php routing system with a mod_rewrite setting that rewrites http://example.com/page-name to http://example.com/index.php/page-name with…

tirithen
- 3,219
- 11
- 41
- 65
1
vote
1 answer
Error in Wordpress - elementor after ugrading PHP 7.4
After upgrading to PHP 7.4, elemntor started giving error
url: www.aldon.ltd/
Cloud Service: GCP
Server: Openlitespeed Wordpress
Linux: Ubuntu 20.04 LTS
Notice: Trying to access array offset on value of type null in…

eVisaGuru
- 11
- 4
1
vote
0 answers
WIll I need to update my website manually to get new offers - caching on LiteSpeed?
I have some PHP code in my pages on website that get newest real estate offers from another database. I was wondering when I will install LiteSpeed Cache plugin on this Wordpress website, do I have to manually refresh website to get this new offers?

GrubaPanda
- 11
- 3
1
vote
0 answers
Temp folder runs out of inodes
I have a LiteSpeed server with a Wordpress/woocommerce website on it.
Every few days my /tmp folder runs out of inodes, which effectively disables the website.
Here is what I get, after running df -i, please note the /dev/loop0 part.
…

mgatner
- 93
- 9
1
vote
2 answers
One-Click OpenLiteSpeed WordPress Server :: www and no-www URL
I'm totally new to OpenLiteSpeed.
Used "One-Click OpenLiteSpeed WordPress Server" to create a new server with a wordpress page.
I need to keep the www on the URLs if the user use www
And keep no-www if user dont use this.
Current vehabiour is ALL…

drcrow
- 331
- 1
- 10
1
vote
2 answers
Unable to reset OpenLiteSpeed WebAdmin Console password
I've made multiple attempts via both /usr/local/lsws/admin/misc/admpass.sh and /usr/local/lsws/admin/misc/lsup.sh -a, always receiving the confirmation:
Administrator's username/password is updated successfully!
But attempting to log in produces…

Mica
- 383
- 3
- 14
1
vote
1 answer
Configuring OpenLiteSpeed for Ruby & Rails
On Ubuntu 18.04 using the instructions here I've installed OpenLiteSpeed via the CyberPanel install, and then installed Ruby using the following commands in the terminal/console:
git clone https://github.com/rbenv/ruby-build.git…

Nick W
- 877
- 2
- 15
- 30
1
vote
1 answer
Wordpress: site moved to Open Litespeed internal links throw 404 error
I received a backed up wordpress site. I tried to deploy it on an Open Litespeed Webserver. But when I visit internal links I receive 404 error.
I tried flushing the permalinks, changed the .htaccess to
RewriteBase /
RewriteRule ^/index\.php$ - [L]…

thelaw
- 385
- 5
- 12
1
vote
0 answers
Ajax call caching using Litespeed cache plugin in Wordpress
I have an issue with caching ajax calls,
I am using ajax calls to count my post views and because of my high traffic I am not able to hit the database directly, so I want to store post views in cache and then save them in database on minutely…

Ali Mohammadi
- 61
- 7
1
vote
1 answer
How to resolve PHP page not found on LiteSpeed server
I have the following layout of a PHP files
├── classes/
├── migrations/
├── public/
│ ├── images/
│ ├── scripts/
│ ├── styles/
│ └── index.php
├── sample/
└── templates/
I wasn't sure how to put this on my server so I put the files from…

Jimmy
- 12,087
- 28
- 102
- 192
1
vote
2 answers
Can't access CyberPanel login on GCP with OpenLiteSpeed
I've installed Cyber Panel with OpenLiteSpeed on a GCP micro instance with CentOS7, and although I can access the OpenLiteSpeed Control Panel I can't access the Cyber Panel login, the latter timesout. I didn't use the 1-click CyberPanel image,…

Nick W
- 877
- 2
- 15
- 30
1
vote
0 answers
getting error 503 with django on litespeed
I created a django project on litespeed and did
collectstatic and
migrate .
but when i requeset, it return 503 error.
this is .hataccess file:
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION BEGIN
PassengerAppRoot…

mrm78
- 71
- 6
1
vote
1 answer
How can i deny access to example.com/phpmyadmin on openlitespeed server?
i'd like to deny access to example.com/phpmyadmin or secure it with a password-prompt using .htaccess and .htpasswd.
Is that possible? If so,how can i achieve that?
I don't need to access phpmyadmin over the web.
I'm running an openlitespeed…

daniel
- 21
- 4
1
vote
0 answers
Curl version error while compiling php7.2
I'm trying to compile php7.2 with openlitespeed admin panel. I'm stuck with error
checking for cURL support... yes
checking for libcurl.pc... using default path
checking for cURL 7.10.5 or greater... configure: error: cURL version 7.10.5 or later…

Marungsha Brahma
- 177
- 1
- 9
1
vote
1 answer
htaccess problem for multiple WordPress installations in different folders
I installed WordPress in multiple folders like this:
www.maindomain.com/blog/
www.maindomain.com/news/
www.maindomain.com/other/
I created context in litespeed admin for each folder/uri, and set Rewrite Inherit = No.
The .htaccess is like this:
For…

Yanwar Purnama
- 43
- 8