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.
This commit is contained in:
Jentsch 2014-01-12 15:36:12 +01:00
parent c390c3b8ce
commit cfcd3c9481

View file

@ -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