Tagged Questions
0
votes
1answer
38 views
how to set up wp in folder within static website?
In my server I have the following file structure:
www/
index.html
js/..
css/..
img/..
index.html
...
blog/
.htaccess
index.php
wordpress/
.htaccess
wp-config.php
...
1
vote
1answer
62 views
Universal problem: first request after ~25 second inactivity always slower (~1 second) than subsequent requests (~1/10sec)
It's something I noticed ever since I started working with WordPress. It's a universal issue, in the sense that it doesn't matter if the WP installation is on my shared hosting account (haven't tried ...
-1
votes
1answer
25 views
Can I redirect the http request towards an old folder to the homepage using .htaccess file? [closed]
I am in the following situation: I had an old blog that was made using Joomla (this blog was indexed well enough by search engines). Due to some problems I deleted it and moved the site over to ...
0
votes
1answer
242 views
How to reduce Apache connections caused by plugins?
I've been having an increasing lack of performance in my server (slowness, stalling on page loads, largely backend issues where I spend most of my time) over the past month or two on what is primarily ...
0
votes
1answer
448 views
APC fragmention woes on Apache AWS EC2 Small instance with WordPress and W3TC
Asked this question at serverfault, and got confirmation that W3TC is most likely causing the issue, but several of my more W3TC/Wordpress specific issues weren't able to be answered. Reposting ...
1
vote
2answers
324 views
How to change server name on Wordpress Installation?
I am not sure if the title of the question is acurate enough but here it goes.
I have set up an Ubuntu server inside a VirtualBox VM, I have enabled port forwarding so when I type on the host ...
2
votes
3answers
308 views
Apache/Linux configuration changes to make automatic upgrade more straightforward
I've been reading some posts that seem to touch on this (or possibly address it, but it's going over my head). Unix is not my strong suit by a long shot.
I have inherited a Fedora server that is a ...
8
votes
3answers
2k views
Optimize apache for WP use
Greetings,
I have a WP site with over than 150k pageviews /day.
It's running on a Intel Core i5 CPU 760 @ 2.80GHz, with Centos and 4 GB of RAM.
The problem is WP consumes too much RAM and after a ...