apache

WordPress, technology, and miscellaneous thoughts.

Communities Design Development Kate's Updates Non-Technical Search Engine Optimization Social Media Webdev 101 WordPress Workflow

My Start Hosting on Linode

So I’ve been hosting most of my sites forever on JustHost. I’ve basically never had a problem except when a bunch of sites aside from mine were down for a couple days. It’s cheap shared hosting and I’ve been here since 2009 without issue — so why move? Well. I wanted to learn more things about running a VPS, and setting up an actual server.

Read More

XAMPP Installation and Common Problems

What We’re Trying to Do We’re trying to set up a local web development environment on a Windows computer with an XAMPP installation. XAMPP will allow us to run Apache and MySQL on our local computer. Apache is a web server technology: it allows us to run PHP. MySQL is a database technology: it allows us to create and operate MySQL databases. For more information, see the Apache and MySQL sites. Don’t get lost — extensive knowledge isn’t required to use XAMPP. We want Apache and MySQL because without them, we cannot run PHP/MySQL applications such as WordPress or phpBB. […]

Read More