Questions tagged [wordpress]

WordPress is an open-source blogging & CMS platform. Questions about using WordPress, developing plugins and themes for WordPress, etc., may be welcome at our sister site wordpress.stackexchange.com

WordPress is a very popular open-source blogging & CMS platform. There are extensive plug-ins available for it and it is extremely customizable.

Questions about using WordPress, developing plugins and themes for WordPress, etc., may be welcome at our sister site WordPress Development.

1862 questions
43
votes
6 answers

Which PHP (opcode) cache one should use and why?

I keep hearing about some PHP (opcode) caches like - APC, XCache, Memcache, eAccelerator, etc. But I couldn't ever figure out how to go about choosing one. Apart from performance benefit, which a caching system is supposed to deliver, which other…
rahul286
  • 1,647
  • 5
  • 20
  • 25
19
votes
2 answers

Blank Page: wordpress on nginx+php-fpm

Good day. While this post discusses a similar setup to mine serving blank pages occasionally after having made a successful installation, I am unable to serve anything but blank pages. There are no errors present in /var/log/nginx/error.log,…
troutwine
  • 1,452
  • 5
  • 18
  • 33
17
votes
4 answers

How do I change the Envelope From in Postfix?

Linux server that uses Postfix to send mail via Amazon SES. When sending email from Wordpress, the emails are rejected due to an improper Envelope From address. How can I configure Postfix to always use myemail@mydomain.com as the Envelope From…
csi
  • 1,555
  • 7
  • 23
  • 42
16
votes
4 answers

Nginx defaults to /usr/share/nginx/html

This was a dev site. Pushed to live environment was working as of my backup this morning. System Ubuntu 18.04 Nginx PHP 7.2 MYSQL Was working on removing TLSv1 form Certificate path. Removed it and tested worked fine. Was working with a plugin to…
William Ford
  • 161
  • 1
  • 1
  • 6
15
votes
1 answer

The strange case of Mr. Time To First Byte

I've got a webserver on a Linode 1024 VPS based on Ubuntu 11.10 Nginx 1.0.5 PHP 5.3.6 (with PHP-FPM, APC) Varnish 3.0.2 And a couple of blogs there based on WordPress 3.3.1. One of them is a plain blog, with the default config, theme and just the…
javipas
  • 1,332
  • 3
  • 23
  • 38
15
votes
7 answers

Wordpress Installation on Two Servers - Loadbalancing

I have to install wordpress (One Blog, one domain, for e.g. mycompany.com/blog) on two servers sharing one database on a different server, these two servers are behind a loadbalancer and the db would be on another server. We are planning this way…
Mutahir
  • 2,357
  • 2
  • 32
  • 42
13
votes
7 answers

Endless Redirect Loop with AWS ELB and wordpress site using wordpress https plugin

I have configured an AWS ELB to point to my Ubuntu Server running the Wordpress 3.2.1. Everything worked great on the server until I put it behind a load balancer. I setup the load balancer to forward port 80 to port 80 and port 443 to port 80. I…
ChickenFur
  • 479
  • 2
  • 5
  • 15
13
votes
4 answers

Different nginx rules based on referrer

I'm using WordPress with WP Super Cache. I want visitors who come from Google (That inlcudes all country specific referrers like google.co.in, google.co.uk and etc.) to see uncached contents. There are my nginx rules which are not working the way I…
juana
12
votes
6 answers

How to create a url in a wordpress that will return code 200?

This is needed because I need to implement a load balancer in GCP for a word press instance. GCP will only forward a request to the wordpress instance if it passes the health test. Here is a typical of definition of a health check screen It…
Anthony Kong
  • 3,288
  • 11
  • 57
  • 96
12
votes
2 answers

Is it possible to serve static html from php-fpm?

I've dockerised a wordpress application, now I'm being a purist and don't want to include nginx in the docker container and don't want to share any state between the nginx container and php-fpm container. I want to run php-fpm as a standalone…
Martinffx
  • 277
  • 3
  • 5
11
votes
1 answer

WordPress site user-login: 404 page not found

How can I debug and understand what is wrong with our WordPress site? The site is working, but I can’t log into the WordPress console, http://example.com/user-login. I get “404 page not found”. I am using Apache, but I do not think it is related to…
Berlin
  • 402
  • 1
  • 7
  • 14
10
votes
3 answers

Wordpress on IIS replication with robocopy

We setup a wordpress environment on 4 IIS servers. We're considering using a scheduled task triggering a robocopy script to replicate the wordpress directory every 5 minutes. What are the opinions on such an approach ? Has anyone ever used this or…
joebegborg07
  • 869
  • 5
  • 16
  • 24
10
votes
1 answer

Security Wordpress on IIS hosted sites.

Since yesterday I,ve got strange things happening on one of my websites. The index.php of my wordpress site on IIS changed from 1 kb to 80 KB. Also map.xml and sitemap.xml are new in the directory. Some additional files are also found in…
Lt Lev
  • 101
  • 5
10
votes
5 answers

Optimize apache for 10K+ wordpress views a day on 2GB RAM E6500 CPU

I have a dedicated server with apache/php on ubuntu serving my Wordpress blog with about 10K+ pageviews a day. I have W3TC plug in installed with APC. But every now and then server stop responding or goes dead slow and i have to restart apache to…
Broke artist
  • 101
  • 1
  • 1
  • 3
9
votes
1 answer

How much free memory should I have on my webserver?

I have a webserver that's currently hosting two Wordpress sites and some java-based collaboration software. The server has 2G of memory and is currently using about 1.8G of the available memory. Right now what's on here is pretty much a pilot…
neanderslob
  • 268
  • 2
  • 4
  • 14
1
2 3
99 100