Changes between Version 88 and Version 89 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jul 16, 2013, 1:27:18 PM (11 years ago)
Author:
Olivera Tosic
Comment:

Legend:

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

    v88 v89  
    418418       Note: If you change baseURL and publicURL in scheduler.yaml it is necessary to change corresponding values in apache default file.
    419419
    420        2. For SSL services (in /etc/apache2/sites-available/default-ssl) we need:
    421 
    422           /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
    423        {{{
    424           ProxyPass /schedule/  "http://<host>:<port>/login/ShowScheduler"
    425           <Location /schedule >
    426           Order allow,deny
    427           Allow from all
    428           </Location>
    429 }}}
    430 {{{
    431           ProxyPass /loginService/  http://<host>:<port>/login/
    432           <Location  /loginService>
    433           AllowOverride None
    434           order allow,deny
    435           allow from all
    436           </Location>
    437           <Proxy http://<host>:<port>/login/*>
    438           AllowOverride None
    439           order allow,deny
    440           allow from all
    441           </Proxy>
     4202. For SSL services (in /etc/apache2/sites-available/default-ssl) we need:
     421    * If we want to have it as a separate link for /scheduler, than add this
     422{{{
     423    ProxyPass /schedule/  "http://<host>:<port>/login/ShowScheduler"
     424    <Location /schedule >
     425    Order allow,deny
     426    Allow from all
     427    </Location>
     428}}}
     429{{{
     430    ProxyPass /loginService/  http://<host>:<port>/login/
     431    <Location  /loginService>
     432    AllowOverride None
     433    order allow,deny
     434    allow from all
     435    </Location>
     436    <Proxy http://<host>:<port>/login/*>
     437    AllowOverride None
     438    order allow,deny
     439    allow from all
     440    </Proxy>
    442441       }}}
    443442