Changes between Version 13 and Version 14 of Internal/LoginService
- Timestamp:
- Jun 21, 2011, 3:50:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LoginService
v13 v14 29 29 /etc/apache2/sites-available/default 30 30 31 ServerName <server_name>31 !ServerName <server_name> 32 32 33 ProxyPass /status/orbit "http://<host>:<port>/public_html/"33 !ProxyPass /status/orbit "http://<host>:<port>/public_html/" 34 34 35 ProxyPass /userManagement "<host>:<port>/login/userManagement"35 !ProxyPass /userManagement "<host>:<port>/login/userManagement" 36 36 37 37 … … 40 40 /etc/apache2/sites-available/default-ssl 41 41 42 ProxyPass /schedule/ http://<host>:<port>/login/ShowScheduler42 !ProxyPass /schedule/ http://<host>:<port>/login/ShowScheduler 43 43 44 ProxyPass /loginService/ http://<host>:<port>/login/44 !ProxyPass /loginService/ http://<host>:<port>/login/ 45 45 46 46 <Proxy http://<host>:<port>:5052/login/*> … … 81 81 http://<server_name>/userManagement/register 82 82 ( userManagement same as one in login.yaml and apache default) 83 4. Group/Organization Registration83 4. !Group/Organization Registration 84 84 http://<server_name>/userManagement/orgReg 85 85 ( userManagement same as one in login.yaml and apache default)