Updated apache2 instructions in readme
This commit is contained in:
12
README.md
12
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:
|
||||
|
||||
<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
|
||||
|
||||
Reference in New Issue
Block a user