March 19, 2008
The previous article in my Ubuntu Server Project series covered the installation of Apache. Now it’s time for some configuration. I’ll start off by looking around the Apache installation ten make some minor configuration changes.
The Apache config folder is /etc/apache2 which contains the following files & folders:
The names in blue are folders.
The sites-available [...]
Read the full article →
March 17, 2008
Now that MySQL is installed the only remaining server software is Apache, PHP and WordPress. This time around I’ll install Apache & PHP. The installation is quick & easy. I’ll use aptitude to install both of them. As a refresher, if you haven’t read the previous articles, I’m building a WordPress test environment on [...]
Read the full article →