Changes between Version 11 and Version 12 of Internal/LoginService
- Timestamp:
- Jun 21, 2011, 3:33:36 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LoginService
v11 v12 21 21 registration: 22 22 baseURL: 'http://<server_name>/userManagement' 23 23 24 publicURL: 'http://<server_name>/status/orbit' 24 25 … … 27 28 28 29 /etc/apache2/sites-available/default 30 29 31 ServerName <server_name> 32 30 33 ProxyPass /status/orbit "http://<host>:<port>/public_html/" 34 31 35 ProxyPass /userManagement "<host>:<port>/login/userManagement" 36 32 37 33 38 Note: If you change baseURL and publicURL in login.yaml it is necessary to change corresponding values in apache default file. … … 36 41 37 42 ProxyPass /schedule/ http://<host>:<port>/login/ShowScheduler 43 38 44 ProxyPass /loginService/ http://<host>:<port>/login/ 45 39 46 <Proxy http://<host>:<port>:5052/login/*> 47 40 48 AllowOverride None 49 41 50 order allow,deny 51 42 52 allow from all 53 43 54 </Proxy> 44 55 45 46 47 56 === Database === 48 57 To create database run login.sql script file which is attached to this page. Resources table need to be fill out with data manually. … … 58 67 * maxRes – maximal reservation length 59 68 60 How to access login service 69 70 === How to access login service === 61 71 62 72