Changeset 30565
- Timestamp:
- 2016-06-07T15:56:03+12:00 (7 years ago)
- Location:
- main/trunk/greenstone2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/etc/oai.cfg
r30561 r30565 29 29 # oaiserver program if not specified here, but may use 'xxx.xxx.xxx.xxx' 30 30 # IP address, but NOT a human-readable domain name like 'www.mylibrary.com'. 31 # If you edit this, it must include the port number if not using port 8 282.31 # If you edit this, it must include the port number if not using port 80. 32 32 #baseServerURL "http://your-domain-name:port" 33 33 -
main/trunk/greenstone2/runtime-src/src/w32server/fnord.cpp
r30561 r30565 370 370 write_settings(gsdl_url); 371 371 372 if (gsdl_port_num != 8 282) {372 if (gsdl_port_num != 80) { 373 373 url += ":" + text_t(gsdl_port_num); 374 374 } -
main/trunk/greenstone2/runtime-src/src/w32server/netio.cpp
r30561 r30565 239 239 240 240 // Or choose another port number to try 241 if (bind_port == 8 282) bind_port = IPPORT_RESERVED+1;241 if (bind_port == 80) bind_port = IPPORT_RESERVED+1; 242 242 else if (bind_count == 0) bind_port = 8282; 243 243 else ++bind_port;
Note:
See TracChangeset
for help on using the changeset viewer.