I did find some reference material on the subject at the following: Using SSH to Install/Upgrade and Does your WordPress server support SSH2?
Tag Archives: wordpress
Testing blog by email
One little used feature that I haven’t gotten around to testing until now is WordPress’ post-by-email. It’s been around for as long as I’ve been using WordPress, yet I never did get used to the idea of opening a mail client and submitting blog posts in that manner. It requires an update process either through an activation URL or via Cron job. More info can be found in the WordPress Codex. For this blog, I installed and used the Postie plugin. Here’s to breaking new ground!
WP 3.0 Maintenance mode
Today, during a routine plugin update, I discovered that WP 3.0 has a implemented a maintenance mode, which effectively takes the site “offline”. To be specific, visitors receive a message indicating the unavailability of the site during maintenance operations. Of course, I encountered a failure (most likely related to the timeout issues that I’ve been experiencing with this server) during an upgrade from the Admin Dashboard which prevented me from logging back into the site. Any attempt to pull up the blog or the admin panel resulted in a page displaying: “Briefly unavailable for scheduled maintenance. Check back in a minute.”
The fix was to log in to the site via FTP and delete the .maintenance file located at the blog root. This restored access to the site.
However, I wish there was an option from the Dashboard which allowed an administrator to toggle maintenance mode manually, instead of automatically assuming that the site should be taken down. Upgrading from the dashboard doesn’t work 100% of the time, and I foresee that the file deletion fix will occur more frequently than one expects.
Installing WordPress 3.0 on Server 2008 IIS7
As a follow up, it’s always important to make sure that the appropriate internet account is set up for the Default Application Pool (DefaultAppPool). Make sure IUSR_servername is correctly added to the IIS_IUSRS group, then assign it to the Identity of DefaultAppPool.
One more important feature to enhance your interface with MySQL is the installation of phpMyAdmin, which makes managing MySQL and WordPress tremendously easy. The linked walkthrough also includes instruction on how to modify your PHP install to add some much needed extensions for phpMyAdmin (and some WordPress plugins you may find useful).