networking
This commit is contained in:
7
external/steamworks/tools/ContentServer/htdocs/index.html
vendored
Normal file
7
external/steamworks/tools/ContentServer/htdocs/index.html
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<html><body>
|
||||
<h1>Steam Local Content Server</h1>
|
||||
|
||||
To download Steam content from this local content server, add "@localcontentserver [thishostname]" to the steam_dev.cfg right next to Steam.exe <br>
|
||||
Browse local content <a href="depot">here</a> <br>
|
||||
For more information, see the SteamWorks SDK <a href="http://partner.steamgames.com">documentation</a> <br>
|
||||
</body></html>
|
||||
BIN
external/steamworks/tools/ContentServer/mongoose-3.1.exe
vendored
Normal file
BIN
external/steamworks/tools/ContentServer/mongoose-3.1.exe
vendored
Normal file
Binary file not shown.
16
external/steamworks/tools/ContentServer/mongoose-license.txt
vendored
Normal file
16
external/steamworks/tools/ContentServer/mongoose-license.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
||||
Software, and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
30
external/steamworks/tools/ContentServer/mongoose.conf
vendored
Normal file
30
external/steamworks/tools/ContentServer/mongoose.conf
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Mongoose web server configuration file.
|
||||
# Lines starting with '#' and empty lines are ignored.
|
||||
# For detailed description of every option, visit
|
||||
# http://code.google.com/p/mongoose/wiki/MongooseManual
|
||||
|
||||
# cgi_pattern **.cgi$|**.pl$|**.php$
|
||||
# cgi_environment <value>
|
||||
# put_delete_passwords_file <value>
|
||||
# cgi_interpreter <value>
|
||||
# protect_uri <value>
|
||||
# authentication_domain mydomain.com
|
||||
# ssi_pattern **.shtml$|**.shtm$
|
||||
# access_log_file <value>
|
||||
# ssl_chain_file <value>
|
||||
# global_passwords_file <value>
|
||||
# index_files index.html,index.htm,index.cgi
|
||||
# access_control_list <value>
|
||||
# max_request_size 16384
|
||||
# extra_mime_types <value>
|
||||
# ssl_certificate <value>
|
||||
# num_threads 10
|
||||
# run_as_user <value>
|
||||
# url_rewrite_patterns <value>
|
||||
|
||||
document_root D:\ContentServer\htdocs
|
||||
listening_ports 80
|
||||
enable_directory_listing yes
|
||||
enable_keep_alive yes
|
||||
error_log_file error.log
|
||||
|
||||
Reference in New Issue
Block a user