Changes between Version 12 and Version 13 of Integrated Webserver


Ignore:
Timestamp:
02.04.2015 21:15:30 (9 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Integrated Webserver

    v12 v13  
    77
    88== Activation ==
    9 The following condition must be met for the webserver to become active:
    10 * 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:
    11   * (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:
    12 {{{
    13 cd /path/to/7dtd/game/folder  #default is /home/sdtd/engine
    14 svn co http://svn.illy.bz/7dtd/binary-improvements/webserver/
    15 }}}
    16   * You can get that folder as a ''.tar.gz''-file [http://websvn.illy.bz/dl.php?repname=7dtd&path=%2Fbinary-improvements%2Fwebserver%2F&isdir=1 here] and extract it to your game folder. Make sure to rename the extract folder from ''webserver.r{number}'' to just ''webserver''
    17   * Download the files individually from SVN
    189
    1910If 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/''
    2011
    21 If 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.
     12If you want to enable basic '''authorization''' on the webserver create a file in the ''Mods/AllocsWebInterface/webserver'' folder called "protect". Username for login will be "admin", password is the same as for control panel.
    2213
    2314== Is it running? ==