Changes

From Amahi Wiki
Jump to: navigation, search
535 bytes removed ,  17:57, 15 October 2016
chkconfig guacd on
= Configuring Guacamole and Amahi =
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):
vi /etc/httpd/conf.d/####-guacamole.conf
 
Right below the ''ServerAlias'' line, add the following:
ProxyPass / <nowiki>http://localhost:8080/guacamole/</nowiki>
ProxyPassReverse / <nowiki>http://localhost:8080/guacamole/</nowiki>
 
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.
 
Restart Apache
systemctl restart httpd
= Logging In to Guacamole =
12,424

edits