Changes between Version 15 and Version 16 of Integrated Webserver
- Timestamp:
- Jul 26, 2015, 4:46:34 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Integrated Webserver
v15 v16 6 6 * Viewing the map of the game as much as visited by players. 7 7 8 == Ac tivation==8 == Access == 9 9 10 If you did put the folder in the correct spot the webserver will listen on the port defined as ControlPanelPort (from serverconfig) + 2. I.e. if you have set ControlPanelPort to 8080 (as it is by default) the webserver will listen on ''!http://<yourIpOrDomain>:8082/''10 The webserver will listen on the port defined as ControlPanelPort (from serverconfig) + 2. I.e. if you have set ControlPanelPort to 8080 (as it is by default) the webserver will listen on ''!http://<yourIpOrDomain>:8082/'' 11 11 12 12 == Is it running? == 13 13 To check if the webserver was started look at the output_log.txt. It should contain a line like: 14 14 {{{ 15 1.234 Started Webserver on 8082 (authentication enabled)15 1.234 Started Webserver on 8082 16 16 }}} 17 If it does the server was started on the given port. If not one of the above mentioned conditions is not met.17 If it does the server was started on the given port. 18 18 19 19 == Permissions ==