The apache tag has no wiki summary.
8
votes
3answers
1k 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 ...
5
votes
2answers
354 views
How does one suppress a 404 status code in a WordPress page?
I've got a WordPress site that includes pages pulled from a different database. The problem is that these other pages return a 404 status code. (The WordPress posts/pages are fine.)
The 404'ed pages ...
5
votes
2answers
554 views
Multisite htaccess on localhost with WP as an SVN external?
I've mimicked Otto's setup here: http://ottopress.com/2011/creating-a-wordpress-site-using-svn/ and my brief example is below.
That tutorial is specific to a single site install, and specifies a ...
4
votes
1answer
1k views
How do I get the right permissions for WordPress running Apache on Debian
I'm trying to set up a WordPress site on a LAMP stack on Debian 6.0. From the WordPress documentation (and my experience on shared hosts) the correct permissions should be as follows
All files ...
3
votes
4answers
384 views
How can I improve site/page performance of WordPress websites?
To improve site/page performance, I added the following code to accept headers:
<php flush(); ?>
It works, but perhaps not as well as it could. Any advice?
I also tried to leverage browser ...
3
votes
3answers
798 views
404 error on homepage when using Nginx proxying to Apache
I generally use Nginx to serve static content on my server, with Apache handling PHP content using PHP-FPM. However, I'm not able to get a Wordpress blog homepage to display and I've tried all the ...
3
votes
1answer
1k views
Wordpress multisite causing Error 101 (net::ERR_CONNECTION_RESET): Unknown error [duplicate]
Possible Duplicate:
WordPress upgrade now receiving Error 101 (net::ERR_CONNECTION_RESET): Unknown error
We have just installed WordPress 3.0.1 and everything worked fine. However, as soon ...
2
votes
3answers
302 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 ...
2
votes
1answer
134 views
Is it possible to move wordpress out of webroot?
Is there a way to put the wordpress out of webroot dir, and just leave a entry index.php to the webroot?
2
votes
2answers
967 views
WordPress upgrade now receiving Error 101 (net::ERR_CONNECTION_RESET): Unknown error
We have just updated to WordPress 3.1.3 by following the WP manual install tutorial. Note: This is a Network-enabled (multi-site) install. After uploading the new files, we now get the following error ...
2
votes
0answers
114 views
PHP Fatal error: Out of memory / Unknown Error On Line 0
I know this has been posted a number of times but I'm getting really stuck so thought I would see if anyone can help.
My error logs keep getting these errors
[24-Apr-2013 01:25:44] PHP Fatal error: ...
2
votes
0answers
98 views
Wordpress wp_unregister_GLOBALS causing 100% Apache CPU Usage
I've been testing the Wordpress (by making about 5 requests/s) CMS, but the problem is that Apache is constantly using 100% of the CPU. Lately I've had enough of that and I've traced down a problem to ...
2
votes
1answer
1k views
Wordpress Subdomain MultiSite on localhost XAMPP on :8080 with IIS taking port 80
I currently have Windows 7 , 64 bit on which I am running an IIS on localhost:80 and I installed XAMPP on localhost:8080. I have 15 individual wordpress sites but now i need a subdomain multisite ...
1
vote
2answers
152 views
How can I find the cause of theme crashing Apache in Xampplite?
I'm testing a version of my theme in WordPress 3.0 and it crashes Apache each time I try to preview it.
Where can I look to trace the cause of the crash? WP_DEBUG is of no use in this case, since it ...
1
vote
2answers
802 views
What are some good Apache settings to use with wordpress?
My server has 756m of RAM. Every few days I get
[error] server reached MaxClients setting, consider raising the MaxClients setting
1
vote
1answer
38 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
vote
1answer
294 views
Does WP Have a Function To Generate .htaccess RewriteCond?
I know that I can edit .htaccess manually and add a RewriteCond statement inside, but I need to build a plugin that does this the proper way by using WP rewrites which then get pushed into .htaccess ...
1
vote
2answers
309 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 ...
1
vote
1answer
59 views
How to redirect http://mydomain/blog/blahblah/ to http://mydomain/blahblah/ in wordpress htaccess?
I would like the htaccess rewrite rule to compare to IIS rewrite rule I tried which doesn't seem to work:
<rule name="rewrite /blog/">
<match url="^blog/([_0-9a-zA-Z\-]+)/$" />
...
1
vote
2answers
151 views
Redirect from home page to post list page?
There is a site at http://theprimarkonlineshop.com that I want to be redirected to http://theprimarkonlineshop.com/category/blog when a user enters the site.
I've tried some stuff like
...
1
vote
1answer
80 views
Should I enable FastCGI on WordPress?
I am looking at my server settings and these are as follows:
WebDav : active
FastCGI : inactive
SSL support : active
Perl as Apache module : CGI-Programm
PHP module : ...
1
vote
1answer
161 views
modrewrite not working on my Apache setup
Not sure if this is webmaster or a WordPress question, it's a bit half and half, sorry if I'm posting in the wrong place.
Without using Multi-Site or installing new WordPress CMS' in second-level ...
1
vote
1answer
116 views
.htaccess in subdir gets ignored by Wordpress' own .htaccess in /
I have a Wordpress installation on the root of an apache (I.E. on /) and WP wrote this custom .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
...
1
vote
2answers
109 views
How can we take into account post types when constructing permalinks?
When I'm working with Wordpress's permalink system, I can create plenty of options for creating permalinks, like so:
/blog/%year%/%monthnum%/%day%/%postname%/
But if I add introduce a new kind of ...
1
vote
1answer
751 views
Alias domain to Multi-site installation in Apache
This is regarding to set an Alias domain to Multi-site installation.
We want to create a short domain as alias to my main website(Multi-Site enabled).I have tried it using a most common options ...
1
vote
1answer
73 views
Set up Network Locally on a Flash Drive
I've previously used WAMP for developing WordPress themes locally using a WordPress Network using sub domains. Having to set it all up again every time I want to develop on a new computer is a pain, ...
1
vote
1answer
190 views
mod_rewrite loop, redirecting http to https on certain section of wordpress blog
I'm trying to rewrite 3 sections of a wordpress site to https if they are accessed over http:
/cart/
/my-account/
/checkout/
As well as these rewrite's worpress has added a rewrite to remove ...
1
vote
1answer
119 views
Using separate Apache log files for multisite
A while back I left Blogger and downloaded my blogs to my system. I hosted them there with each individual blog as a VirtualHost for a while. Later, I imported them into WordPress and am hosting them ...
1
vote
1answer
194 views
Migrating WPMS from apache to IIS7 causes Database Error
// Be sure to read the updates at the bottom
I have a large multisite installation hosted on XAMPP on an XP 2003 server and am trying to move it from XAMPP/Apache to a new Windows 2008 server with ...
1
vote
2answers
122 views
How to redirect a link to a new link?
I am about to change the slug for my page's permalink. Since I dont want to loose the traffic, i would like to redirect the visitors to the new more SEo friendly link.
Can I achieve this with the ...
1
vote
3answers
122 views
How to configure self hosted wordpress so that everything can be upgraded/installed from dashboard
I have a blog on shiplu.mokadd.im. After installing wordpress I see upgrade notice time to time. Sometimes its core upgrade and sometimes its plugin or theme upgrade. Each time I try to upgade any of ...
0
votes
3answers
172 views
Recommendation for server config for Wordpress Staging servers [closed]
I've won a sweet managed VPS hosting package with Anchor (VPS D), and I'm looking for recommendations on how to set up the server. Anchor will setup apache or nginx for me - but which should I ...
0
votes
1answer
222 views
Memory errors with media upload, Wordpress can't use more than 96M (while there's 512 available!)
I'm aware that this is a known problem but I was unable to address it using information found in WPAnswers and Wordpress support forums.
In my Worpdress single site installation the media uploader is ...
0
votes
1answer
27 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
...
0
votes
1answer
163 views
wordpress multisite domain mapping redirects to original subdomain
This week I installed Wordpress 3.4.2 (Linux Centos + Apache2) and configured the network option using subdomains. Then I installed the MU Domain Mapping plugin, so I would be able to use it with ...
0
votes
1answer
140 views
I Made Wordpress Multisite. And Now Everything Doesn't Display Properly
I installed Ubuntu 10.4 then I installed Bitnami LAMP stack then I installed bitnami wordpress module then I tried to make the site into a multisite by following these instructions:
...
0
votes
2answers
481 views
How to configure apache to create files with correct group owner [closed]
I've got WP site on a self-hosted server. Any files I create are owned by me/me and any files created by WP are owned by apache/apache. I've created a group, wp, that both me and apache are members of ...
0
votes
1answer
109 views
If I use Apache & ngnix together will I have fewer problems?
I have a VPS set-up and because it had limited RAM I set it up to run nginx instead of apache. But although performance has been reasonable, I've had problems with things like multi-site rules and ...
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
423 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 ...
0
votes
1answer
149 views
How to configure Multisite Network with randomized hostnames?
I'm trying to convert a freshly-installed and functional WordPress into a multisite network. But I'm having problems because of our Apache configuration.
We use Apache to randomly redirect requests ...
0
votes
1answer
57 views
Domain name in a WordPress Network
I have a domain-based network. Blogs are like:
blog1.domain.com
blog2.domain.com
One of these blogs needs to be migrated to a domain blog1.com, but without leave the network. I know I have to poing ...
0
votes
2answers
994 views
Getting “Internal Server Error” when enabling 'Set expires header' in W3 Total Cache
As soon as I enable the option
Performance --> Browser cache --> 'Set expires header' to true
I get a 500 Internal Server Error.
Then I have to SSH into the server and delete the new entries to ...
0
votes
1answer
172 views
Check against server time to display SQL entries - Radio Station DJ Rotator Plugin
I'm building a WordPress plugin that will create a radio station "On-Air Now" DJ rotator.
Working options panel I've built so far: http://i.stack.imgur.com/SiYde.png
I've based the idea on a PHP ...
0
votes
3answers
438 views
Powering only a subfolder with WordPress on a LAMP stack with an nginx reverse proxy
[I just posted this on the WP Forums, too, before anyone starts Googling and saying that this is posted somewhere else]
I'm hoping this isn't a duplicate, but I've been searching here and Googling ...
0
votes
3answers
87 views
How to configure site for automatic upgrades
I have a WP site running on Ubuntu 11.04. I set the apache www-data user to have write permissions on the entire wordpress directory recursively. This made it possible to update the plugins ...
0
votes
2answers
150 views
Plugin error after installation
I'm running WP 3.1.2 on an Apche server with the latest PHP installed. My WP is setup for a subdirectory multisite. The themes for the sites are usually a modified TwentyTen theme.
After installing ...
0
votes
2answers
135 views
how to config the home page locally
I am new to wordpress and apache. Following the introduction i found from google, i installed the apache(2.2.17)+mysql(5.5.11)+php(5.2.17)+wordpress(3.1.1) successfully on my PC. But when I login with ...
0
votes
1answer
116 views
apache_mod_loaded setting can fubar plugins?
I had a user recently who reported an issue with my plugin's options page not loading. They would click on the "settings" link but only got a blank page.
There was also an issue with the rich text ...
0
votes
0answers
25 views
Connection Information when Installing Plugins
I'm getting the Connection Information error when trying to install a plugin. Steps I have already done:
sudo usermod -a -G www-data shutter
sudo chgrp -R www-data /var/www
sudo chmod -R g+w ...