Changes

From Amahi Wiki
Jump to: navigation, search
525 bytes added ,  17:57, 15 October 2016
Click on "Webapps" and on the page that comes up choose the "New Web App" button at the bottom.
Fill in the name (guacamole) and leave everything else as it is.
 
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
== Setting up MySQL Authentication ==
12,424

edits