civetweb.conf 957 B

12345678910111213141516171819202122232425262728293031323334
  1. # Civetweb web server configuration file.
  2. # For detailed description of every option, visit
  3. # https://github.com/civetweb/civetweb/blob/master/docs/UserManual.md
  4. # Lines starting with '#' and empty lines are ignored.
  5. # To make a change, remove leading '#', modify option's value,
  6. # save this file and then restart Civetweb.
  7. document_root .
  8. listening_ports 8080
  9. # cgi_pattern **.cgi$|**.pl$|**.php$
  10. # cgi_environment
  11. # put_delete_auth_file
  12. # cgi_interpreter
  13. # protect_uri
  14. # authentication_domain mydomain.com
  15. # ssi_pattern **.shtml$|**.shtm$
  16. # throttle
  17. # access_log_file
  18. # enable_directory_listing yes
  19. # error_log_file
  20. # global_auth_file
  21. # index_files index.html,index.htm,index.cgi,index.shtml,index.php,index.lp
  22. # enable_keep_alive no
  23. # access_control_list
  24. # extra_mime_types
  25. # ssl_certificate
  26. # num_threads 50
  27. # prespawn_threads 0
  28. # run_as_user
  29. # url_rewrite_patterns
  30. # hide_files_patterns
  31. # request_timeout_ms 30000
  32. # max_connections 100