Changes between Version 21 and Version 22 of Internal/LoginService


Ignore:
Timestamp:
Jun 28, 2011, 5:47:27 PM (13 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService

    v21 v22  
    134134{{{
    135135...
    136   ProxyPass /schedule/  "http://172.16.250.7:5052/login/ShowScheduler"
     136  ProxyPass /schedule/  "http://<host>:<port>/login/ShowScheduler"
    137137  <Location /schedule>
    138138    Order allow,deny
     
    140140  </Location>
    141141
    142   ProxyPass /loginService/  http://172.16.250.7:5052/login/
     142  ProxyPass /loginService/  http://<host>:<port>/login/
    143143  <Location  /loginService>
    144144     AllowOverride None
     
    146146     allow from all
    147147  </Location>
    148   <Proxy http://<host>:5052/login/*>
     148  <Proxy http://<host>:<port>/login/*>
    149149     AllowOverride None
    150150     order allow,deny