From: Chris Sharp Date: Tue, 3 Jun 2014 18:13:47 +0000 (-0400) Subject: Correcting typo: "eg_host.conf" -> "eg_vhost.conf". X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7da6b5ffa1622758ff11d1253ced25f4a7390025;p=working%2FEvergreen.git Correcting typo: "eg_host.conf" -> "eg_vhost.conf". Signed-off-by: Chris Sharp --- diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index dc57e27f0e..3d2f557b05 100644 --- a/docs/installation/server_installation.txt +++ b/docs/installation/server_installation.txt @@ -226,7 +226,7 @@ cd /etc/apache2/ssl [source,bash] ------------------------------------------------------------------------------------ cp Open-ILS/examples/apache_24/eg_24.conf /etc/apache2/sites-available/eg.conf -cp Open-ILS/examples/apache_24/eg_vhost_24.conf /etc/apache2/eg_host.conf +cp Open-ILS/examples/apache_24/eg_vhost_24.conf /etc/apache2/eg_vhost.conf cp Open-ILS/examples/apache/eg_startup /etc/apache2/ # Now set up SSL mkdir /etc/apache2/ssl