From 2f07808e15e59ed7509bf9432cbd8460e8482313 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 3 Jun 2014 14:13:47 -0400 Subject: [PATCH] LP#1315531 Correcting typo: "eg_host.conf" -> "eg_vhost.conf". Signed-off-by: Chris Sharp Signed-off-by: Ben Shum --- docs/installation/server_installation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2