-
Question
Hello, i just got a fresh install of WordPress with the one click install from the marketplace and I installed Wordfence and it recommends me to hide user.ini because is public and anybody can have access to it.
Accepted Answer:
Hi,
Method 1:
If you don't need the user.ini/.user.ini file, can simply remove the file.
Method 2:
Use the rewrite rule to block any file with extension .ini and .log,
RewriteRule ^.*\.(log|ini)$ - [F,L]
Reload th...
2
•
•
By
henrymendeez
WordPress
OpenLiteSpeed WordPress 1-Click
-
Question
There is no information sent to the email or in the droplet about the admin login details as I created WordPress Installation with open lite speed WordPress but how I get admin login details?
Where to find it? to acce...
Accepted Answer:
Hi there @shellaaaron12038,
Once you complete the server setup, you need to SSH (https://www.digitalocean.com/docs/droplets/how-to/connect-with-ssh/) to the Droplet and follow the prompt. After doing that, you can vis...
3
•
•
By
shellaaaron12038
OpenLiteSpeed WordPress 1-Click
DigitalOcean Droplets
-
Question
Hi guys, I need to increase the maximal upload file size. I did it before, when using an Apache and Nginx web server, but now I have a Wordpress Openlitespeed droplet configuration and I can't seem to figure it out.
I...
Accepted Answer:
Hi @katovonkatz ,
I believe this FAQ can help,
https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-change-php-parameters
Let us know if you have any questions or help.
Best,
Eric
2
•
•
By
katovonkatz
OpenLiteSpeed WordPress 1-Click
-
Question
I have set up a droplet running on Ubuntu 18.04. Everything including my websites on WordPress is working perfectly. But as I read on many blogs regarding hardening server security, then, I tried to install Fail2Ban. ...
Accepted Answer:
Hi there @shahahmadyusof,
What I could suggest is to make sure you restart fail2ban after making any configuration changes
Also make sure findtime isn't set too low.
Another thing that I could suggest is to try and tr...
1
•
•
By
shahahmadyusof
Security
OpenLiteSpeed WordPress 1-Click
-
Question
Somewhere I read that LiteSpeed Server is completely free and that it can be used freely for wordpress installations, in another place I read that it is free up to a certain amount of RAM and Cores and yesterday in a ...
Accepted Answer:
Hi,
The one you saw on DigitalOcean Marketplace is OpenLiteSpeed, it's a free version for everyone to use, no domain limit, no resource limit. So you don't need to pay any for the software.
And LiteSpeed Web Server ...
2
•
•
By
hcmendez
OpenLiteSpeed WordPress 1-Click
-
Question
Hi there,
I'm in bit of a tricky situation and trying to understand how to fix it. (I'm not a system admin, I'm a novice, so please bear with me)
I have a droplet for the main domain. We are now expanding and I need t...
Accepted Answer:
Hi @StevePA,
Just do a regular SSL setup on the OpenLiteSpeed server should work.
You can set it up via the prompt setup script,
https://docs.litespeedtech.com/cloud/images/wordpress/#step-3
Let us know if it works....
1
•
•
By
StevePA
Let's Encrypt
Ubuntu 18.04
OpenLiteSpeed WordPress 1-Click
WordPress
-
Question
I am using OpenLiteSpeed 1 click WordPress on Ubuntu 20.04
My droplets, 2gb CPU 2gb RAM
How to do this upgrade?
Accepted Answer:
you can try :
```
apt update
apt-get -y install lsphp74 lsphp74-common lsphp74-curl lsphp74-dev lsphp74-imap lsphp74-intl lsphp74-json lsphp74-ldap lsphp74-mysql lsphp74-opcache lsphp74-pspell lsphp74-sqlite3 lsphp74-...
2
•
•
By
maximose
PHP
OpenLiteSpeed WordPress 1-Click
WordPress
Ubuntu 20.04
-
Question
I want to log into OpenLiteSpeed WebAdmin. The URL is https://server-ip:7080/login.php
I retrieved the password using the command sudo cat .litespeed_password.
After that, I try the following credentials:
username: ad...
Accepted Answer:
run
/usr/local/lsws/admin/misc/admpass.sh
to reset it
1
•
•
By
shivaranjanibaidya
OpenLiteSpeed WordPress 1-Click
-
Question
Hi,
I am new to using droplets and my website is https://www.movie-weekly.com.au (https://www.movie-weekly.com.au).
My website is working fine but it is also accessible by its public IP address. I want to disable this...
Accepted Answer:
Hi,
Please allow port 7080 from SSH Console
Access OpenLiteSpeed Web Server WebAdmin > Listeners, and remove the IP from both HTTP and HTTPS listeners.
https://docs.litespeedtech.com/cloud/images/wordpress/#step-2-a...
1
•
•
By
Kartu
OpenLiteSpeed WordPress 1-Click
Ubuntu 20.04
-
Question
Hello,
I have created a droplet using the OpenLiteSpeed WordPress 1-Click image. I have also created a Managed Redis DB to use for object cache, however I am unable to connect the bundled LSCache WordPress plugin to t...
Accepted Answer:
It looks like redis-cli doesn't support SSL, so you need to take a few extra steps:
```
sudo apt update
sudo apt install redis-tools stunnel4
sudo nano /etc/default/stunnel4
Add the following line:
ENABLED=1
sudo nano...
2
•
•
By
PSNick
OpenLiteSpeed WordPress 1-Click
DigitalOcean Managed Redis
-
Question
Hello,
I'm using Managed MySQL and the OpenLiteSpeed WordPress 1-Click image. Enabling some css or js options in the bundled LSCache plugin shows the following error:
Failed to create table cssjs! SQL: CREATE TABLE I...
Accepted Answer:
Hi,
What if you directly run
CREATE TABLE IF NOT EXISTS `wp_litespeed_cssjs` (`id` bigint(20) NOT NULL AUTO_INCREMENT, `hash_name` varchar(60) NOT NULL COMMENT "hash.filetype", `src` text NOT NULL COMMENT "full url ...
2
•
•
By
PSNick
DigitalOcean Managed MySQL Database
OpenLiteSpeed WordPress 1-Click
Databases
-
Question
Hello,
I'll soon start an e-commerce website for digital files based on WordPress and EDD and thought the ideal setup would be:
OpenLiteSpeed Wordpress (from the marketplace)
Managed MySQL
Managed Redis
Spaces for the...
Accepted Answer:
Hi there @PSNick,
This sounds like a solid setup, I like it! It also gives you the chance to, later on, scale up your webserver to multiple web servers and add a load balancer.
Regarding, the MySQL restore, I would re...
1
•
•
By
PSNick
OpenLiteSpeed WordPress 1-Click
DigitalOcean Managed MySQL Database
DigitalOcean Managed Redis
-
Question
Hi there,
I have a problem with my WP 1-Click Installation.
I followed this tutorial on how to secure Apache with Let's Encrypt on Ubuntu (https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let...
Accepted Answer:
Hello, @cemu
You can use a plugin to do a search and replace in the database and update all the http references for the domain name and update them to be with https instead. You can make sure that the WP_HOME`` andSI...
2
•
•
By
cemu
OpenLiteSpeed WordPress 1-Click
Apache
Ubuntu 18.04
Let's Encrypt
-
Question
I'm having a strange behavior on my OpenLiteSpeed Wordpress server.
If for example I'm pointing to https://mywebsite/wp-content/uploads/2019/ I'm seeing the default litespeed 404 error page, but if I'm pointing to a ...
Accepted Answer:
Hi @komi ,
Getting an OpenLiteSpeed 404 page from https://mywebsite/wp-content/uploads/2019/ is due to there's no index file exist.
You can fix it by (wiki (https://openlitespeed.org/kb/custom-error-page/)):
1. Acces...
1
•
•
By
komi
OpenLiteSpeed WordPress 1-Click
-
Question
My site was working just find today I woke up finding out that my site is not reachable.
Accepted Answer:
Hi,
I tried a lot of stuff but there was nothing working to fix my problem. So I did a backup from an image that was stored couple weeks ago. And my site is back online. Even that I lost some changes i did recently.
...
6
•
•
By
dril
OpenLiteSpeed WordPress 1-Click
-
Question
I'm trying to configure multisites on my one-click wordpress installation.
The problem I'm finding is:
When I add allow multisite to wp-config
/* Multisite */
define('WP_ALLOW_MULTISITE', true);
On network setup I'...
Accepted Answer:
Hello, @pinheiropt
To have sub-directories structure on old WordPress installation while activating the Network feature, you just need to add the following code in your current theme’s functions.php file.
add_filter...
2
•
•
By
pinheiropt
OpenLiteSpeed WordPress 1-Click
-
Question
I have created a website twice now and both times it has been overwritten as soon as I login via SSH.
If I create the image and do the install config via SSH for wordpress, the worpress installation breaks and does no...
Accepted Answer:
Hello, @Systemwork
If you're already experiencing this issue you can apply the following temporary fix. Once you're logged in you can execute these commands:
mv /var/www/html.old/html /var/www/wordpress
mv /var/www...
2
•
•
By
Systemwork
OpenLiteSpeed WordPress 1-Click
-
Question
I am trying out the OLS+WP from the Marketplace.
https://marketplace.digitalocean.com/apps/openlitespeed-wordpress
According to the guide (https://docs.litespeedtech.com/cloud/wordpress/#quick-start), after deploying...
Accepted Answer:
I was able to solve it by following steps:
Login into LiteSpeed Admin at https://yourdropletip:7080
Go to "Listener" menu item
Look at the "Listener name" column and you will see 2 rows "Default" & "Defaultssl"
Click ...
2
•
•
By
dino
OpenLiteSpeed WordPress 1-Click
Ubuntu 18.04
-
Question
I installed via one click the Wordpress droplet via this https://marketplace.digitalocean.com/apps/wordpress#start but when I try to load the site either as http://165.22.17.206/wp-admin or http://tokyoseaweed.com/wp-...
Accepted Answer:
Hello,
Indeed your nameservers are correct, but you need to make sure that you've also added your domain name under your DigitalOcean account. You can do that by following these steps here:
Add a Domain
* From the con...
1
•
•
By
jpippo
OpenLiteSpeed WordPress 1-Click
-
Question
So, if I create an OpenLiteSpeed WordPress instance and associate an SSH key, I'd expect to login via Putty using my SSH key, enter the associated private key and immediately be prompted to enter my domain > Configure...
Accepted Answer:
LiteSpeed's Images have all been updated and published on DigitalOcean's Marketplace.
The updates include the latest version and a patch for the Intel CPU MDS vulnerability issue.
If you previously encountered a Word...
4
•
•
By
jmorganthall
OpenLiteSpeed WordPress 1-Click