Changes

From Amahi Wiki
Jump to: navigation, search
No change in size ,  03:18, 15 October 2016
Create Symbolic links between guacamole in Tomcat and Amahi's web app directory
ln -s /var/lib/tomcat/webapps/guacamole/* /var/hda/web-apps/guacamole/html
 
Make sure the owner of all the file is ''apache'' and the group is ''users''.
chown -R apache:users /var/hda/web-apps/guacamole
Edit ''####-guacamole.conf'' in '''/etc/httpd/conf.d''' (replacing #### with the appropriate number):
Again, if you use vi for creating this file, press the <i>Esc</i> key to get back in command mode and <i>:wq</i> to write the changes and quit vi.
 
Make sure the owner of all the file is ''apache'' and the group is ''users''.
chown -R apache:users /var/hda/web-apps/guacamole
Restart Apache
12,424

edits