mongoose.conf 1.1 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. # Placeholder for ssl_certificate
  7. listening_ports 80,443s
  8. access_log_file c:\mongoose_access_log.txt
  9. error_log_file c:\mongoose_error_log.txt
  10. # NOTE FOR PHP USERS:
  11. # Correct PHP binary to use is php-cgi.exe, NOT php.exe!
  12. # cgi_interpreter c:\php\php-cgi.exe
  13. # cgi_extensions cgi,pl,php
  14. # ssi_extensions shtml,shtm
  15. # authentication_domain mydomain.com
  16. # enable_directory_listing no
  17. # index_files index.html,index.htm,index.php,index.cgi
  18. # access_control_list -0.0.0.0/0,+10.0.0.0/8,+192.168.0.0/16
  19. # protect_uri /foo=c:\passwords.txt
  20. # cgi_environment FOO=BAR,BAZ=POO
  21. # global_passwords_file c:\mongoose_global_web_passwords.txt
  22. # put_delete_passwords_file c:\mongoose_put_delete_passwords.txt
  23. # ssl_certificate ssl_cert.pem
  24. # num_threads 10
  25. # enable_keep_alive no