0
votes
0answers
49 views

High CPU load from php-fpm on a wordpress website

I'm currently facing an unexpectedly high CPU load on a linode-hosted web server. It's running a wordpress-based website with very moderate load (about 2Mbit/s user traffic), though the list of ...
0
votes
1answer
88 views

nginx wordpress multisite hidden

I have the following configuration on my Nginx + FPM installation, and for now the configuration looks great on the parent site. But when I visit a child site, say xxx.idu-lms.site, I get a blank ...
0
votes
0answers
275 views

WordPress: Enable Curl PHP Ubuntu/Lemp

I have a default WordPress install Running on EC2/RDS with NGINX & PHP5-FPM on http://seolinktools.com, and spent most of the day configuring it. It's lightning fast. I went to install W3 Total ...
0
votes
2answers
262 views

Nginx + PHP-FPM executes script, but returns 404 [closed]

I am using Nginx + PHP-FPM to run a Wordpress based site. I have a URL that should return dynamically generated JSON data for use with the DataTables jQuery plugin. The data is returned properly, but ...
1
vote
2answers
175 views

NGinX config for Django and Wordpress in subdirectory

I need to set up a Django site at the root of a domain, but then have a Wordpress installation in a subdirectly (e.g. /blog/). How would one configure NGinX to do this? "Pretty" URLs have to work for ...
0
votes
1answer
234 views

nginx + php-fpm cycle redirection error on linode new vps

I'm new to nginx, and I'm trying to make my first server run. I followed this guide as I'm trying to use it for a multisite wordpress site. After installing everything, I get a 500 Internal server ...
1
vote
0answers
148 views

Need help optimizing a LEMP setup on a 4GB dedicated server

Recently i got a project i'm working in financed by a friend. So he gave me access to a 60mbps dedicated connection link and a HP Compaq 8200 Elite. The HP is just a desktop, but i'm using it as a ...
3
votes
1answer
635 views

WordPress not resizing images with Nginx + php-fpm and other issues

Recently i setup a Ubuntu 12.04 VPS with 512mb/1ghz CPU, Nginx + php-fpm + Varnish + APC + Percona's MySQL server + CloudFlare Pro for our Ubuntu LoCo Team's WordPress blog. The blog get about 3~4k ...
1
vote
1answer
2k views

PHP-FPM issue on LEMP Stack and WordPress

I'm very much a NGINX and Server Admin beginner. I used this tutorial to install NGINX / PHP / mySQL / WordPress: C3M Digital Tutorial In this tutorial the backend php-cgi setup is configured ...
1
vote
1answer
3k views

MySQL, php-fpm, APC, Varnish and Nginx optimization for WordPress/W3 Total Cache?

I'm setting up my first VPS and it seems to be working well. Installed Nginx, php-fpm (as a unix socket), APC, Varnish and MySQL on Ubuntu 12.04 server with OnApp, and everything works and is damm ...
1
vote
0answers
283 views

Server crashing after Wordpress upgrade to latest version (nginx+php-fpm)

I upgraded Wordpress on my huge blog (around 300 000 visitors per day) from 2.8.4 to latest 3.3.2. Everything went well but my server started returning lot of Errors 502 although it worked perfectly ...
0
votes
1answer
123 views

Blank wordpress page for default server on nginx

I recently upgraded to php 5.3 tor the purpose of using php-fpm. All my sites are working except for the default one which is showimg a blank page. Defined in nginx.conf as follows. What is te ...
3
votes
1answer
388 views

Denying folder in Nginx causing PHP-FPM to not take precedence

The title says it all, but I have a very interesting problem that I am quite confused on. Basically, I have a simple WordPress installation, and I wish to deny a folder (along with all files in the ...
7
votes
1answer
2k views

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 ...
0
votes
2answers
784 views

All Nginx Virtual Hosts redirect to one VHost

I've about 4 different hostnames defined in the sites-enabled/domain.tld files. Each of the files are in the following fashion: #Redirect everything to the main site. server { server_name ...
0
votes
1answer
802 views

Wordpress admin on nginx+php5-fpm on VPS incredibly slow. Other apps/WP front end run fine

I thought this might be a StackOverflow question, but I found Nginx+php5-fpm being discussed here at What is wrong in my php-fpm configuration? so I'll post here. Other research done is multiple ...
2
votes
1answer
1k views

Nginx + PHP-FPM Timeouts, almost zero load consumption?

I've got a server running on a Linode with Ubuntu 10.04 LTS, Nginx 0.7.65, MySQL 5.1.41 and PHP 5.3.2 with PHP-FPM. There is a WordPress blog on it, updated to WordPress 3.2.1 recently. I have made ...
3
votes
2answers
2k views

APC Server Cache Fragmentation

I'm running a Wordpress site with APC and W3TC on CentOS 5.5 which gets around 10000 pageviews a day (including ajax and WP-Admin). The server is a low-level VPS and has a max of 376MB RAM. Recently ...
3
votes
1answer
1k views

Default umask for uploaded file in php-fpm

Hello I've installed nginx and php-fpm. I run wordpress site on it. Everything works well, but when i upload image in wordpress default permission is 600 so i can not access it ! Nginx give 403 ...
3
votes
1answer
3k views

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 ...
2
votes
2answers
776 views

W3 Total Cache or WP Super Cache?

I'm just preparing the setup of a new VPS where I will migrate a WordPress blog with a good traffic (currently, around 40k pageviews a day), and I was thinking about the caching strategy. I've found ...