Changes between Initial Version and Version 1 of Integrated Webserver


Ignore:
Timestamp:
Aug 31, 2014, 3:18:29 AM (10 years ago)
Author:
Christian Illy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Integrated Webserver

    v1 v1  
     1Part of the [[Server fixes]].
     2
     3Meant to become an easy to use and everywhere accessible administration interface mostly for tasks like player management.
     4
     5== Current features ==
     6* Viewing the map of the game as much as visited by players.
     7
     8== Activation ==
     9The following conditions must be met for the webserver to become active:
     10* ControlPanel must be enabled in serverconfig
     11* The contents of [http://svn.illy.bz/7dtd/binary-improvements/webserver/] (you can get that as a ''.tar.gz''-file [http://websvn.illy.bz/dl.php?repname=7dtd&path=%2Fbinary-improvements%2Fwebserver%2F&isdir=1 here]) must be put in a folder named ''webserver'' directly in the game folder
     12
     13If 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/''
     14
     15== Is it running? ==
     16To check if the webserver was started look at the output_log.txt. It should contain a line like:
     17{{{
     181.234 Started Webserver on 8082
     19}}}
     20If it does the server was started on the given port. If not one of the above mentioned conditions is not met.