send2vinnie / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

Add more options for the Mongoose web-server in settings.json #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Mongoose options:
https://github.com/valenok/mongoose/wiki/Manual

We might consider adding these to settings.json:

  access_log_file
  enable_directory_listing
  error_log_file
  extra_mime_types
  num_threads
  url_rewrite_patterns

Original issue reported on code.google.com by czarek.t...@gmail.com on 19 Jan 2013 at 4:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The link to the Mongoose manual in the initial post is not correct. It points 
to the latest GPL'ed Mongoose. We use MIT licensed version of Mongoose. The 
link to the manual for that version is below. All options are described there 
in detail, see:

https://code.google.com/p/phpdesktop/source/browse/mongoose-rev-04fc209/UserManu
al.md?r=44e55770864f

Original comment by czarek.t...@gmail.com on 13 Feb 2015 at 10:05

GoogleCodeExporter commented 9 years ago
Added the web server > "hide_files" option to settings.json. In branch 1650 in 
revision 1afd0c80bffb. In branch 2171 in revision c1ba05c26abf. See the 
Settings wiki page for a detailed description of this option.

Original comment by czarek.t...@gmail.com on 13 Feb 2015 at 11:18