Changes between Version 30 and Version 31 of RuManagementGui


Ignore:
Timestamp:
Nov 4, 2010, 4:14:29 PM (14 years ago)
Author:
heri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RuManagementGui

    v30 v31  
    5050==== (Optional) Configure a reverse proxy for your webapp ====
    5151
    52 Running java web applications usually run on port :8080. Because you usually also do not run the application server as root, there are few cases in witch the application server knows how to run on port :80 and still use an uprivileged account. The fix for this is using mod_jk or configuring a reverse proxy on the http server like this:
     52A java web application usually runs on high numbered ports like port :8080. A reverse proxy lets you run your application on port :80.
     53You can do this using mod_jk or by configuring a reverse proxy on an http server like this:
    5354
    5455{{{
     
    5859ProxyPassReverse / http://monalisa.grid.pub.ro:8080/
    5960}}}
     61
     62Some application servers can run on port :80 directly without using a reverse proxy.
    6063
    6164=== Configuring the GUI ===