Changes between Version 11 and Version 12 of Integrated Webserver


Ignore:
Timestamp:
06.02.2015 17:55:02 (9 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Integrated Webserver

    v11 v12  
    77
    88== Activation ==
    9 The following conditions must be met for the webserver to become active:
     9The following condition must be met for the webserver to become active:
    1010* The contents of [http://svn.illy.bz/7dtd/binary-improvements/webserver/] must be put in a folder named ''webserver'' directly in the game (engine) folder. Three ways to do so:
    1111  * (recommended) Get the files with a [http://en.wikipedia.org/wiki/Apache_Subversion SVN] client. This way you can easily update the files later on by just using the SVN update command. E.g. with a console client:
     
    1717  * Download the files individually from SVN
    1818
    19 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/''
     19If 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/''
    2020
    2121If you want to enable basic '''authorization''' on the webserver create a file in the webserver folder called "protect". Username for login will be "admin", password is the same as for control panel.