Apache 2.2
I screwed up our server’s logging recently through lack of sleep, lack of caffeine reaction and silliness. In a word, I was tired and not paying attention.
In /etc/apache2/sites-available/ you list all the configuration files for your websites. In /etc/apache2/sites-enabled/ you make a symlink to the sites in /sites-available/
Sounds straight forward:
ln -s /etc/apache2/sites-available/www.domain.com .
So now if [...]





