Changes

From Amahi Wiki
Jump to: navigation, search
42 bytes removed ,  00:55, 11 October 2016
ln -s /var/lib/tomcat/webapps/guacamole/* /var/hda/web-apps/guacamole/html
As root, create edit ####-guacamole.htaccess file conf in /varetc/hdahttpd/web-apps/guacamole/htmlconf.d (replacing #### with the appropriate number): vi /varetc/hdahttpd/conf.d/web####-apps/guacamole/html/.htaccessconf
Press Right below the <i>i</i> key to begin inserting text into the .htaccess file and include ServerAlias line, add the following: RewriteEngine OnProxyPass / http://localhost:8080/guacamole/ RewriteCond %{SERVER_PORT} 80 RewriteRule (.*) <nowiki>ProxyPassReverse / http://%{HTTP_HOST}localhost:8080/guacamole</nowiki> [R,L]
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.
12,424

edits