Updated apache2 instructions in readme

This commit is contained in:
GLEN TURNER (8GT6)
2015-05-21 17:08:16 -04:00
parent d7d40c970e
commit bc6ce680e2

View File

@@ -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:
<Directory /home/glenturner/catkin_ws/src/asctec_pelican_gui>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
<Directory /home/glenturner/catkin_ws/src/rosbridge_GUI_example_pelican>
AllowOverride All
Require all granted
</Directory>
3.Restart apache.
service apache2 restart