IPv6 howto

As Promised, a simple IPv6 howto. So far it is only for windows systems, as that is what I have been using to test on at polytech, but I will add one for Linux as soon as I work out how to get it running on Ubuntu (it hasn’t been working atm, any help would … Continue Reading

Basic Apache Virtual Host Config File

NameVirtualHost example.com <VirtualHost *:80> ServerName example.com ServerAlias www.example.com DocumentRoot /var/www/www.example.com <Directory /var/www/www.example.com> Options FollowSymLinks AllowOverride None </Directory> DirectoryIndex index.php </VirtualHost>