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
8document_root .
9listening_ports 8080
10
11# cgi_pattern **.cgi$|**.pl$|**.php$
12# cgi_environment
13# put_delete_auth_file
14# cgi_interpreter
15# protect_uri
16# authentication_domain mydomain.com
17# ssi_pattern **.shtml$|**.shtm$
18# throttle
19# access_log_file
20# enable_directory_listing yes
21# error_log_file
22# global_auth_file
23# index_files index.html,index.htm,index.cgi,index.shtml,index.php,index.lp
24# enable_keep_alive no
25# access_control_list
26# extra_mime_types
27# ssl_certificate
28# num_threads 50
29# run_as_user
30# url_rewrite_patterns
31# hide_files_patterns
32# request_timeout_ms 30000
33# max_connections 100
34