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/settings.cpp

    r24504 r30561  
    6060
    6161// general settings
    62 int gsdl_port_num = 80;
     62int gsdl_port_num = 8282;
    6363int gsdl_external_access = 0;
    6464int gsdl_auto_enter = 0;
     
    406406 
    407407  // general settings
    408   gsdl_port_num = 80;
     408  gsdl_port_num = 8282;
    409409  gsdl_external_access = 0;
    410410  if(gsdl_mode_property_prefix == "") {
     
    649649  // port number
    650650  gsdl_port_num = GetDlgItemInt(hwndDlg, SERVER_PORT_EDIT_BOX, &bres, 0);
    651   if (!bres) gsdl_port_num = 80;
     651  if (!bres) gsdl_port_num = 8282;
    652652
    653653  // whether to allow external access or not
Note: See TracChangeset for help on using the changeset viewer.