View Single Post
Old 10-21-2017, 06:42 PM  
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
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.
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote