Changes between Version 11 and Version 12 of Internal/LoginService


Ignore:
Timestamp:
Jun 21, 2011, 3:33:36 PM (13 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService

    v11 v12  
    2121registration:
    2222        baseURL: 'http://<server_name>/userManagement'
     23
    2324        publicURL: 'http://<server_name>/status/orbit'
    2425
     
    2728
    2829/etc/apache2/sites-available/default
     30
    2931ServerName <server_name>
     32
    3033ProxyPass /status/orbit "http://<host>:<port>/public_html/"
     34
    3135ProxyPass /userManagement "<host>:<port>/login/userManagement"
     36
    3237
    3338Note: If you change baseURL and publicURL in login.yaml it is necessary to change corresponding values in apache default file.
     
    3641
    3742 ProxyPass /schedule/ http://<host>:<port>/login/ShowScheduler
     43
    3844 ProxyPass /loginService/ http://<host>:<port>/login/
     45
    3946        <Proxy http://<host>:<port>:5052/login/*>
     47
    4048          AllowOverride None
     49
    4150          order allow,deny
     51
    4252          allow from all
     53
    4354        </Proxy>
    4455       
    45 
    46 
    4756 === Database ===
    4857To create database run login.sql script file which is attached to this page. Resources table need to be fill out with data manually.
     
    5867 * maxRes – maximal reservation length
    5968
    60 How to access login service
     69
     70 === How to access login service ===
    6171
    6272