Changes between Version 6 and Version 7 of Integrated Webserver


Ignore:
Timestamp:
05.09.2014 16:05:23 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Integrated Webserver

    v6 v7  
    2020If 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/''
    2121
     22If you want to enable basic '''authorization''' on the webserver create a file in the webserver folder called "protect".
     23
    2224== Is it running? ==
    2325To check if the webserver was started look at the output_log.txt. It should contain a line like:
    2426{{{
    25 1.234 Started Webserver on 8082
     271.234 Started Webserver on 8082 (authentication enabled)
    2628}}}
    2729If it does the server was started on the given port. If not one of the above mentioned conditions is not met.