Tag Archives: Wordpress

SELinux allow webserver to send email

When Wordpress tries to send email and you see “your host may have disabled the mail() function” it might be that SELinux is blocking it. Here is how to enable it. Continue reading

Posted in Linux Administration, Security | Tagged , , | Comments Off on SELinux allow webserver to send email

Migrate WordPress site with minimal downtime

Migrating a Wordpress installation from one server to the other sounds like a simple task. Just move the files, copy the database for Wordpress and lets go. But when you start dealing with the DNS entries the whole story gets tricky. Continue reading

Posted in DNS, Security | Tagged , , , | Comments Off on Migrate WordPress site with minimal downtime

WordPress performance tuning

While migrating from one server to a Amazon AWS i noticed a huge decrease in performance on the AWS instance. While the Wordpress blog took a second or so to load on the old server (dedicated server) the processing time went up to about 5-10 seconds for one page load. At first you might immediately think of the server as the bottle neck. But a slow server will just bring the problem to light. Continue reading

Posted in PHP, Wordpress | Tagged , , , , | Comments Off on WordPress performance tuning