mongoose.conf 1.0 KB

123456789101112131415161718192021222324252627282930
  1. # Mongoose web server configuration file.
  2. # Lines starting with '#' and empty lines are ignored.
  3. # For detailed description of every option, visit
  4. # http://code.google.com/p/mongoose/wiki/MongooseManual
  5. document_root c:\
  6. listening_ports 80,443s
  7. access_log_file c:\mongoose_access_log.txt
  8. error_log_file c:\mongoose_error_log.txt
  9. # NOTE FOR PHP USERS:
  10. # Correct PHP binary to use is php-cgi.exe, NOT php.exe!
  11. # cgi_interpreter c:\php\php-cgi.exe
  12. # cgi_extensions cgi,pl,php
  13. # ssi_extensions shtml,shtm
  14. # authentication_domain mydomain.com
  15. # enable_directory_listing no
  16. # index_files index.html,index.htm,index.php,index.cgi
  17. # access_control_list -0.0.0.0/0,+10.0.0.0/8,+192.168.0.0/16
  18. # protect_uri /foo=c:\passwords.txt
  19. # cgi_environment FOO=BAR,BAZ=POO
  20. # global_passwords_file c:\mongoose_global_web_passwords.txt
  21. # put_delete_passwords_file c:\mongoose_put_delete_passwords.txt
  22. # ssl_certificate ssl_cert.pem
  23. # num_threads 10
  24. # enable_keep_alive no