Changes between Version 11 and Version 12 of Integrated Webserver
- Timestamp:
- Feb 6, 2015, 5:55:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Integrated Webserver
v11 v12 7 7 8 8 == Activation == 9 The following condition smust be met for the webserver to become active:9 The following condition must be met for the webserver to become active: 10 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 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: … … 17 17 * Download the files individually from SVN 18 18 19 If both are truethe 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/''19 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 20 21 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.