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
|
vi /etc/apache2/sites-enabled/000-default
|
||||||
In that file, you can find the "DocumentRoot" like below
|
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.
|
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>
|
<Directory /home/glenturner/catkin_ws/src/rosbridge_GUI_example_pelican>
|
||||||
Options Indexes FollowSymLinks
|
AllowOverride All
|
||||||
AllowOverride None
|
Require all granted
|
||||||
Require all granted
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
|
||||||
3.Restart apache.
|
3.Restart apache.
|
||||||
|
|
||||||
service apache2 restart
|
service apache2 restart
|
||||||
|
|||||||
Reference in New Issue
Block a user