Difference between revisions of "Apache Guacamole"
Jump to navigation
Jump to search
→Guacamole Installation
Tags: Mobile web edit Mobile edit |
|||
Line 140: | Line 140: | ||
Add the following: | Add the following: | ||
<pre> | |||
<Valve className="org.apache.catalina.valves.RemoteIpValve" | <Valve className="org.apache.catalina.valves.RemoteIpValve" | ||
internalProxies="127.0.0.1" | internalProxies="127.0.0.1" | ||
Line 145: | Line 146: | ||
remoteIpProxiesHeader="x-forwarded-by" | remoteIpProxiesHeader="x-forwarded-by" | ||
protocolHeader="x-forwarded-proto" /> | protocolHeader="x-forwarded-proto" /> | ||
</pre> | |||
'''Restart tomcat9''' | |||
<code>sudo systemctl restart tomcat9</code> | <code>sudo systemctl restart tomcat9</code> | ||
Apache Guacamole should now be installed and reachable at <code>http://localhost:8080/guacamole</code> | Apache Guacamole should now be installed and reachable at <code>http://localhost:8080/guacamole</code> |