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:
parent
c390c3b8ce
commit
cfcd3c9481
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue