Changes between Version 12 and Version 13 of Integrated Webserver
- Timestamp:
- Apr 2, 2015, 9:15:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Integrated Webserver
v12 v13 7 7 8 8 == 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/engine14 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 SVN18 9 19 10 If 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/'' 20 11 21 If you want to enable basic '''authorization''' on the webserver create a file in the webserverfolder called "protect". Username for login will be "admin", password is the same as for control panel.12 If 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. 22 13 23 14 == Is it running? ==