From def8d131fb7817f41c6daae36e599f913f4eef4d Mon Sep 17 00:00:00 2001 From: Jentsch Date: Sun, 12 Jan 2014 15:36:12 +0100 Subject: [PATCH] Updated the INSTALL.md to create a copy of apache config files A link would allow the web-scripts to edit the entire server configuration. Former-commit-id: cfcd3c94811ddcf1a24f2c1b03086161a1f22650 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index b0e6d7b..b5ef67e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -124,7 +124,7 @@ In our example, we will assume that the apache2 configuration directory is: $ root:/etc/apache2> cd sites-available # c. Symlink the Baikal virtualhost file to this directory - $ root:/etc/apache2/sites-available> ln -s /var/www/dav.mydomain.com/Specific/virtualhosts/baikal.apache2 + $ root:/etc/apache2/sites-available> cp /var/www/dav.mydomain.com/Specific/virtualhosts/baikal.apache2 . # d. Customize the virtualhost config file $ root:/etc/apache2/sites-available> nano baikal.apache2