Questions tagged [wordpress]
The wordpress tag has no summary.
119 questions
0
votes
2
answers
118
views
Troj/PHPShel-CE and PHP/Agent-BJNA trojan
I'm currently dealing with a real threat: the trojans Troj/PHPShel-CE and PHP/Agent-BJNA showed up on my system. I've decided to move to another provider – the first server IP was already blacklisted, ...
0
votes
1
answer
40
views
How to log which application process removes a file from the server?
I have a situation and have described it here .
In short: Images from WP are randomly missing from the server while being kept in the database. I am confident that this is done through application and ...
0
votes
1
answer
102
views
.htaccess configuration with static page and wordpress
Apparently I'm drawing a blank - must be a simple, stupid issue....
Scenario:
Website hosted by a provider w/ Apache WS - no root access. Existing static website is located in folder public_html (...
0
votes
1
answer
58
views
I encountered an error in the YAML script when using Docker
I am using version: '3.8'
services:
mydb:
image: mysql:5
environment:
MYSQL_ROOT_PASSWORD: shiva
mywordpress:
image: wordpress
ports:
- 8080:80
links:
- mydb: ...
0
votes
0
answers
70
views
Apache - Move /wordpress installation to main website address
I just re-installed wordpress in Debian server and it sits in /var/www/html/wordpress directory. I used wordpress in the past, so I have partially configured things, just need to polish it a bit.
I ...
0
votes
0
answers
1k
views
configure SELinux for Wordpress on Apache, Almalinux
I have an issue with SELinux that when enforcing (enabled) causes Wordpress on Apache to throw errors in the header like:
Warning: An unexpected error occurred. Something may be wrong with WordPress....
1
vote
2
answers
348
views
Running Nginx as different user; updating WordPress returns "The update cannot be installed ..." error
This is my first foray into customizing Nginx, which I have running on a Digital Ocean droplet. My site files are located in /sites/rob_app.
everything is owned by rob
all files are 0644
all ...
0
votes
1
answer
86
views
How can I get MariaDB to resume action?
I was working on my Wordpress site, and to get a non-database, HTML version suitable for my datamine, such as is running correctly at https://orthodoxchurchfathers.com and https://searchgkchesterton....
1
vote
0
answers
376
views
File Permissions for XAMPP (WordPress)
I tried this:
cd /opt/lampp/htdocs/
sudo usermod -a -G daemon john
sudo find . -exec chown john:daemon {} +
sudo find . -type f -exec chmod 664 {} +
sudo find . -type d -exec chmod 775 {} +cd <-...
-2
votes
1
answer
2k
views
How to tell rsync to fetch files (fails with "No such file or directory")
sudo rsync -avP ~/wordpress/ /var/www/html/
Error receiving is:
sending incremental file list
rsync: change_dir "/root/wordpress" failed: No such file or directory (2)
sent 20 bytes ...
0
votes
0
answers
164
views
Nginx blocking Wordpress plugin update
Nginx seems to be blocking the update of some plugins like revisionary (used to do so with translatepress too but didn't the last time) by locking some strange files inside the plugins directory. The ...
1
vote
0
answers
72
views
Gzip compression not enabled
Our wordpress website we need to enable gzip compression
we followed below instruction to enabled.
we have wp rocket plugin this plugin automatically added compression mode_deflate lines in .htaccess
...
0
votes
2
answers
114
views
Apache+Wordpress: How to add http://localhost:3002 page as https://mydomain.com/anotherpage
I have single Wordpress webpage on LAMP server. It's running perfectly. I am very newbie to networking and www, I don't want to break my page which serves as eCommerce and brings me income. My webpage ...
0
votes
1
answer
181
views
wp.cli and sendmail not working via cron but do work when manually run
Not sure if this belongs on Wordpress Stackexchange or here. I think here as the last line in my code is not Wordpress specific.
I have the following code in a .sh file which I run weekly using Cron.
...
0
votes
1
answer
186
views
Linux host wordpress file upload size limit still 2MB despite all solutions online
I'm struggling to increase file upload size on my linux machine where I host my wordpress website...
Things I tried and that are still active:
.htaccess
php_value upload_max_filesize 64M
php_value ...
0
votes
1
answer
3k
views
500 error on index.php with nginx + php-fpm
Before starting, I'd like to ssay this is my first experience with VPS, I have an Ubuntu 18.04 64bit minimal server.
For everything I tried so far I didn't tried using complex application. Just plain ...
0
votes
1
answer
386
views
What is the cause of the bad performance of NGINX / PHP which host only 1 Wordpress website
I spawned a LXC container on our (Proxmox) hypervisor (we run multiple containers on it without any performance issue). I installed NGINX and PHP7.4 on it and host (currently) only 1 Wordpress website....
0
votes
0
answers
68
views
Can't get cookie free domain working for my WordPress page
I'm trying hard to get my cookie free domain working for my WordPress installation. I've followed a lot of tutorials but I still get no content over the new cookie free subdomain. These are my steps:
...
2
votes
2
answers
187
views
How much safe is to allow a stranger Wordpress admin access to a CentOS node?
I am creating a website with Wordpress 5.2 on a CentOS Linux 7.7.1908 node. PHP version is 7.x.
I have asked assistance to the creator of the theme that I am using. The creator asks me admin access ...
0
votes
2
answers
928
views
WordPress not found when using wget
When I run wget https://wordpress.org/latest.tar.gz in my Ubuntu 16.04 server, I get this result:
I have tried other sources but they do not have the specific error that I do.
It seems to not find ...
0
votes
2
answers
230
views
ed(1) adds ^M to every line of my file
I am working on automating a WordPress install. While editing wp-config.php file, I need to replace 8 lines containing put your unique phrase here with Salt generated by WordPress.org servers.
So, I ...
1
vote
1
answer
58
views
Find name of directories that don't contain an specific subdirectory
I have more than 200 wordpress sites under /home2/blogname/public_html/ and I need to find what of these blogs don't have one subdir inside called "better-wp-security" under de plugins dir like: /...
0
votes
1
answer
122
views
How to make Wordpress independent of hostname
I set up a basic Wordpress installation (on a Raspberry Pi running Raspbian Stretch - Debian 9) using NGINX.
Recently I changed the hostname of my system (as part of a plan to ensure consistent ...
0
votes
0
answers
2k
views
Wordpress site hosted on Digital Ocean - 100% CPU usage
TL;DR - when there's traffic (around 900) our sites' CPU reaches 100%, slow down and crush.
INTRODUCTION
Our company holds more than 40 content websites, hosted on Digital Ocean, using Wordpress CMS....
0
votes
1
answer
365
views
Adding .htaccess to Wordpress results in 500 Internal Server Error
I am moving a Wordpress site to a new dedicated host.
I have managed to move the assets and import the wordpress database.
I update the wp_options to the tempory domain name (until I'm ready to make ...