From e431c42cc39eb380b928103ae4021a62e1cfb70c Mon Sep 17 00:00:00 2001 From: "GLEN TURNER (8GT6)" <8gt6@queensu.ca> Date: Tue, 26 May 2015 10:19:02 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c54b7b..591b68d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ The only next trick is to change the host directory to the working directory. 1.check where is configuration. Generally, apache2 configuration file is located in /etc/apache2/ folder. nano /etc/apache2/apache2.conf -in that file, you can find out the location of "DocumentRoot" config. It might look like this: + +in that file, you can find out the location of "DocumentRoot" config. An example might look like this: Include sites-enabled/ @@ -57,7 +58,6 @@ that indicates your configration file is in "/etc/apache2/sites-enabled/". 2.Edit DocumentRoot config nano /etc/apache2/sites-enabled/000-default - In that file, you can find the "DocumentRoot" like below DocumentRoot /home/glenturner/catkin\_ws/src/asctec\_pelican\_gui