Changes between Version 71 and Version 72 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jul 15, 2013, 11:39:17 AM (11 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup

    v71 v72  
    373373  {{{
    374374
    375    ProxyPass /status "http://<host>:<port>/public_html/"
    376     <Location /status>
    377       Order allow,deny
    378       Allow from all
    379     </Location>
    380 
    381375  ProxyPass /userManagement "http://<host>:<port>/login/userManagement"
    382376  <Location /userManagement>
     
    390384
    391385       2. For SSL services (in /etc/apache2/sites-available/default-ssl) we need:
    392 
     386          /scheduler only if we want to have it as a separate link, anyway it can be accessed trough ControlPanel and will open as a default page
    393387       {{{
    394388          ProxyPass /schedule/  "http://<host>:<port>/login/ShowScheduler"
     
    397391          Allow from all
    398392          </Location>
    399 
     393}}}
     394{{{
    400395          ProxyPass /loginService/  http://<host>:<port>/login/
    401396          <Location  /loginService>