Ignore:
Timestamp:
2016-06-02T18:07:55+12:00 (8 years ago)
Author:
ak19
Message:

All the changes (I think) to switch from port 80 as default for GS2 to port 8282 as new default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/w32server/netio.cpp

    r28758 r30561  
    239239   
    240240    // Or choose another port number to try
    241     if (bind_port == 80) bind_port = IPPORT_RESERVED+1;
    242     else if (bind_count == 0) bind_port = 80;
     241    if (bind_port == 8282) bind_port = IPPORT_RESERVED+1;
     242    else if (bind_count == 0) bind_port = 8282;
    243243    else ++bind_port;
    244244  }
Note: See TracChangeset for help on using the changeset viewer.