Changes between Version 6 and Version 7 of Integrated Webserver
- Timestamp:
- Sep 5, 2014, 4:05:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Integrated Webserver
v6 v7 20 20 If both are true 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/'' 21 21 22 If you want to enable basic '''authorization''' on the webserver create a file in the webserver folder called "protect". 23 22 24 == Is it running? == 23 25 To check if the webserver was started look at the output_log.txt. It should contain a line like: 24 26 {{{ 25 1.234 Started Webserver on 8082 27 1.234 Started Webserver on 8082 (authentication enabled) 26 28 }}} 27 29 If it does the server was started on the given port. If not one of the above mentioned conditions is not met.