Code:
cd /etc/apache2/sites-available
ls -1
cp file file.bk <making a backup copy
nano file
save
then
######
#then make symbolic link
Code:
a2ensite <file>
/etc/init.d/apache2 reload
######
or
service apache2 reload
reload as opposed to restart this just reloads the new configuration.