From bc6ce680e21598baa827acaf570d96c17bb67822 Mon Sep 17 00:00:00 2001 From: "GLEN TURNER (8GT6)" <8gt6@queensu.ca> Date: Thu, 21 May 2015 17:08:16 -0400 Subject: [PATCH] Updated apache2 instructions in readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2b6b2f..c509399 100644 --- a/README.md +++ b/README.md @@ -37,17 +37,17 @@ that indicates your configration file is in "/etc/apache2/sites-enabled/". vi /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 + DocumentRoot /home/glenturner/catkin_ws/src/rosbridge_GUI_example_pelican And, modify that as you want. -4.Change in apa.conf file to include: +4.Change in apache2.conf file to include: - - Options Indexes FollowSymLinks - AllowOverride None - Require all granted + + AllowOverride All + Require all granted + 3.Restart apache. service apache2 restart