Wordpress is a very popular open-source blogging platform. There are extensive plug-ins available for it and it is extremely customizable. More information is available at http://www.wordpress.org
3
votes
1answer
26 views
What privileges does a MySQL User need for Wordpress?
I need to create a new MySQL user to manage my wordpress site. What privellages are needed for wordpress?
I assume INSERT is also needed and maybe DROP?
Example
GRANT SELECT ON database.* TO ...
0
votes
1answer
69 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 ...
2
votes
4answers
32 views
How can I blacklist or rate limit WordPress login attempts?
I'd like to configure a publicly accessible WordPress site that I manage to blacklist IPs after 3 failed login attempts, or further enforce security in some manner.
Can somebody please provide me ...
2
votes
1answer
71 views
1 EC2 instance per website - manage multiple websites on Amazon cloud using EC2
I'm managing multiple websites, most based on WordPress and all are based on LAMP stack.
I'm moving all my websites to Amazon cloud.
I'm new to AWS and my plan is moving 1 website by one, starting ...
1
vote
1answer
33 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 ...
1
vote
0answers
44 views
Would you help me decode this Wordpress hack? [closed]
This is a piece of code that is being inserted into my wp-includes/load.php about ever 24 hours. Monitoring the file, it shows no changes have been made. The only way I've been able to dig it up is by ...
0
votes
1answer
14 views
Running a java application in root domain and a wordpress blog in apache
I am running a play framework java application in a linode instance. My virtual host entry looks as follows.
<VirtualHost *:80>
ProxyPreserveHost On
ServerName www.example.com
<Proxy ...
-4
votes
0answers
21 views
WordPress MultiUser register takes long [closed]
I installed WP with multiuser on nginx. Every time i make a new user or blog it takes very long to complete. How can I fix this
0
votes
1answer
43 views
Internal Server Error (Timeou waiting for output from CGI)
All,
I'll admit right away that I'm not very familiar with the server side of things, just FYI, so I'm not sure how to debug this error. I moved my website from a Windows platform to an Linux ...
1
vote
2answers
42 views
Should the public website be inside the VPN, with its associated private website?
On the near future I will have a WordPress blog, public and visible to anyone, that has a members area. This members area accesses some private data on a special database with financial data, so this ...
0
votes
1answer
31 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 ...
1
vote
2answers
40 views
WordPress clogs up Apache
OK, I hate to be the helpless Apache noob, but I am feeling stumped here.
All of a sudden last night, our WordPress site went down. I rebooted it and watched for a couple of minutes and it seemed all ...
2
votes
1answer
60 views
Configuring WordPress rewrite rules on IIS7.5 inside virtual application
I have to configure WordPress into a virtual application under a principal website running on ASP.NET 2.0 Classic mode.
Everything is working fine, PHP 5.3.13 / MySQL 5.1 / IIS 7.5, the wordpress ...
-1
votes
1answer
49 views
Website worked yesterday, but not today [closed]
I was working with my website yesterday when I was at home using my web address. Everything seemed fine. When I got to work today, I tried opening my website, and now the connection times out. I can ...
-4
votes
0answers
73 views
Creation web farm with wordpress [closed]
Did anyone tried the subject?
I will be happy with any advices
What hosting solution will be better for this:
Windows + IIS or Linux + Apache, etc
Can someone tell in general steps how to create ...
0
votes
0answers
74 views
nginx 1.2 causes redirect loop with WordPress and apache
I have Debian 6 + apache 2.2.16 + nginx. I've updated my nginx 1.0.15 to 1.2 stable and now I have a problem with my WordPress site and some problem with CakePHP site.
Before I've updated Nginx to ...
0
votes
1answer
71 views
Please help me reduce high CPU load, Wordpress website
I have a dedicated server. Ever since I upgraded Wordpress to latest version from 2.8.4, I see very high CPU usage. Also I updated the plugins. I use wp super cache. Compression enabled, cache expires ...
1
vote
1answer
94 views
Wordpress website with extremely slow response (only for the first request)
I've a weird issue with my wordpress website ( http://rohitnair.info/) . The "first request" takes ages to respond. Any subsequent responses behave normally. Things I've observed while debugging
...
0
votes
0answers
10 views
Force path sub.domain.com/file.jpg instead of domain.com/sub/file.jpg
Is this possible?
I use: WP latest version (3.3.2) and Cpanel
Followed this tutorial to accomplish this: rsatechnologies.in/serve-image-media-files-from-cookie-less-domain.html
I've just managed to ...
2
votes
3answers
71 views
Restrict the use of SSL to only one directory in Apache
I have a SSL certificate installed and running well with Apache 2.2.14. Now, I want to restrict the use of https to just one directory, namely www.example.com/shop. If a user goes to ...
1
vote
2answers
85 views
302 Redirect on wordpress+nginx with blank page
My wordpress MU setup, with Nginx, is showing a blank page with following errors and access log entries.
"GET / HTTP/1.1" **302** 293 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like ...
0
votes
0answers
40 views
Session Cookie lifetime - Statcounter doesn't count every visit to my website?
I've set up an interstitial ad on my website (WordPress 3.3.2 on Nginx+PHP-FPM+MySQL) through the use of a little trick:
The index.php file checks if there is a new session, and in this case we load ...
1
vote
2answers
153 views
403 Forbidden when trying to access Nginx
I've just got a new server and want to try some other things. Like Nginx instead of Apache.
So, installed nginx, got the Welcome page, installed php5-fpm and download a Wordpress to give a try.
But, ...
-1
votes
1answer
82 views
WordPress not working on Varnish + Nginx based Ubuntu VPS
I set up a Ubuntu based Linode VPS with Nginx and Varnish on it. However i am not able to access anything on the IP or site address.
IP: 176.58.98.79
Site: http://www.articledexter.info
When i try ...
0
votes
0answers
59 views
High varnish CPU load when combining it WordPress and nginx for multiple sites
I recently applied the following setup to install WordPress plus W3 Total Cache on an nginx server with a varnish frontend to achieve high scalability. It works great when I'm only running one virtual ...
0
votes
0answers
16 views
CentOS fix permissions of system [closed]
Possible Duplicate:
Accidentally ran chmod 775 -R / (not ./) on linux server (RedHat)
I was trying to set a chmod 644 for wordpress and accidentally sudo chmod that and it seemed to ...
0
votes
1answer
70 views
Warning - Wildcard DNS may not be configured correctly
I just enabled multisite in Wordpress and I get this message:
Warning! Wildcard DNS may not be configured correctly!
The installer attempted to contact a random hostname
(3757b5.mysite.no) ...
2
votes
1answer
75 views
Browser says “Waiting for www.xyz.com” for a very long time
When I load my website (hosted with Ipage). The browser often takes an incredible long time saying "Waiting for www.xyz.com ..." before any elements of the site actually appear. After this "Waiting ...
1
vote
1answer
49 views
server-status not working if allowoverride is set to all
in my apache config i have following settings
<Directory "/opt/website/new-website-old/httpdocs">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from ...
0
votes
1answer
39 views
mod_rewrite replace character
I know this should be the easiest thing in the world, but I just can't get my head around rewriting and I have to do it so infrequently that I end up trawling Google for hours....
I'm consolidating ...
0
votes
0answers
65 views
Nginx and Wordpress side-by-side with static directory alias?
I'm a Nginx novice, but I have it set up with Wordpress Multisite (subdirectories) and php-fpm, and it's working great as is. This lets me set up Wordpress sites off the web root:
domain.com/site1 - ...
-1
votes
1answer
51 views
Using iPad for web development with WordPress [closed]
Setup:
MacBook Pro (Running OS X) with Apache and WordPress install running at http://myhostname
myhostname is mapped to 127.0.0.1 in /etc/hosts
I can not use URL to access the server, like ...
2
votes
1answer
111 views
APC fragmention woes on Apache AWS EC2 Small instance with WordPress and W3TC
AWS EC2 Small instance, Apache 2 running WordPress and W3TC. Within an hour, my APC fragmentation hits 100%.
My APC settings are:
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 100M
...
0
votes
1answer
82 views
Removing trailing slashes in WordPress blog hosted on IIS
I have a WordPress blog hosted in my IIS virtual directory that has all URLs ending with a forward slash. For example:
http://www.example.com/blog/
I have the following rules defined in my ...
0
votes
3answers
117 views
PHP max_execution_time, what is the best tune for large uploaded files
I have a WordPress installed and I use a web form to upload images in my web site. The web form allowing the end user to upload more than one files at a time.
The problem is that one of my users had ...
1
vote
2answers
154 views
How to figure out how much RAM each prefork thread requires for maximum Wordpress performance on an EC2 small instance
Just read Making WordPress Stable on EC2-Micro
In the "Tuning Apache" section, I can't quite figure out how he comes up with his numbers for his prefork config.
He explains how to get the numbers ...
0
votes
0answers
46 views
wordpress multisite with mapping works using my pc hosts file but not with live records
Been a long time doing it but set up a wordpress multisite on turnkey lamp.
The multisite has 2 subdomains.
I have 2 addon domains mapped to the 2 subdomains of main site.
Origianally used as ...
0
votes
2answers
98 views
Why am I getting a low cach hit rate average in Varnish?
Any one know why we are getting a very low cache hit rate average when using Wordpress (With Varnish and Nginx)?
Varnish stat shows :
Hitrate ratio: 10 100 518
Hitrate avg: ...
0
votes
1answer
22 views
Automatic User Deletion in WordPress
I'm helping build a WordPress site for a client, and they've let me know that they want to offer trial subscriptions for their site (they run on a subscription-based model - everything but the ...
0
votes
1answer
37 views
If I let Google handle my emails for my domain, my Wordpress site won't send out emails anymore
Since I decided to let Google handle all my emails for my domain, while the domain is hosted on a 3rd party server, emails send out by a Wordpress installation no longer work.
My supposition is that ...
1
vote
2answers
64 views
Unknown index.html in Apache logs directory
My system:
CentOS 6.2 64bit
Apache 2.2.15
PHP 5.3.3
I have WordPress 3.3.1.
I have several domains on my server configured as virtual hosts.
The path to website files is the following: ...
1
vote
1answer
73 views
Configuring Apache2/mpm-worker not to eat up all the server's RAM
Th server is running around 40 WordPress sites. Originally I'd set the server up using mod_php and mpm-prefork back when the server had 2GB of memory, and it was running comfortably well. Recently, ...
0
votes
1answer
59 views
Need Apache configuration fixed
Issue:
I have loaded Wordpress MU inside of my DocumentRoot. This is working fine however, I now have two projects inside the DocumentRoot that both have a directory with the same name: 'plugins':
...
0
votes
1answer
28 views
Add e-mail to domain alias
We are setting up a wordpress multi-site that allows 2 or more websites to operate from a single WP install. The way this usually works is you add the address of the 2nd website as a domain alias of ...
0
votes
1answer
56 views
Strange redirect loop issue
I'm getting a very odd redirect issue on my server. URL's without a trailing slash are being redirected to a URL with a trailing slash. The problem is that URL then redirects infinitely to itself.
...
0
votes
0answers
74 views
htaccess for permalinks in IIS6 and Wordpress 3.3.1
I don't know what I'm doing with .htaccess files. Let's just get that out of the way. I have a few wordpress blogs on a Windows 2003 (IIS6) server and I need to get permalinks working. My wordpress ...
0
votes
1answer
393 views
Nginx rewrite rules, fastcgi and WordPress - 404 pages due to REQUEST_URI?
I'm trying to convert a set of rewrite rules which were created for Apache for hosting a WordPress site to use with NginX (fastcgi, PHP).
From what I understand, WordPress has a page ("expo") which ...
1
vote
0answers
64 views
Apache segfaults on Wordpress admin page
I can access the frontend of a new Wordpress setup without issue. I can also log in with a user account without issue. However, if I try to log in with an admin account I get a 500 error about 70-80% ...
1
vote
1answer
114 views
How to fix permission denied error on any document on website
So, I've been trying to setup Wordpress for a while now (so much for their 5min install claim) and have just gotten stuck. No matter what, I just get:
Forbidden
You don't have permission to access ...
0
votes
1answer
53 views
High memory usage of WordPress hosted on DreamHost VPS
Recently I see very high memory usage on VPS servers hosting my blog at DreamHost. There is not traffic increase in the recent months, but the memory usage is pushed by 250 MB. I tried looking at most ...