Changes between Version 21 and Version 22 of Internal/LoginService
- Timestamp:
- Jun 28, 2011, 5:47:27 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LoginService
v21 v22 134 134 {{{ 135 135 ... 136 ProxyPass /schedule/ "http:// 172.16.250.7:5052/login/ShowScheduler"136 ProxyPass /schedule/ "http://<host>:<port>/login/ShowScheduler" 137 137 <Location /schedule> 138 138 Order allow,deny … … 140 140 </Location> 141 141 142 ProxyPass /loginService/ http:// 172.16.250.7:5052/login/142 ProxyPass /loginService/ http://<host>:<port>/login/ 143 143 <Location /loginService> 144 144 AllowOverride None … … 146 146 allow from all 147 147 </Location> 148 <Proxy http://<host>: 5052/login/*>148 <Proxy http://<host>:<port>/login/*> 149 149 AllowOverride None 150 150 order allow,deny