31 lines
892 B
Plaintext
31 lines
892 B
Plaintext
# Mongoose web server configuration file.
|
|
# Lines starting with '#' and empty lines are ignored.
|
|
# For detailed description of every option, visit
|
|
# http://code.google.com/p/mongoose/wiki/MongooseManual
|
|
|
|
# cgi_pattern **.cgi$|**.pl$|**.php$
|
|
# cgi_environment <value>
|
|
# put_delete_passwords_file <value>
|
|
# cgi_interpreter <value>
|
|
# protect_uri <value>
|
|
# authentication_domain mydomain.com
|
|
# ssi_pattern **.shtml$|**.shtm$
|
|
# access_log_file <value>
|
|
# ssl_chain_file <value>
|
|
# global_passwords_file <value>
|
|
# index_files index.html,index.htm,index.cgi
|
|
# access_control_list <value>
|
|
# max_request_size 16384
|
|
# extra_mime_types <value>
|
|
# ssl_certificate <value>
|
|
# num_threads 10
|
|
# run_as_user <value>
|
|
# url_rewrite_patterns <value>
|
|
|
|
document_root D:\ContentServer\htdocs
|
|
listening_ports 80
|
|
enable_directory_listing yes
|
|
enable_keep_alive yes
|
|
error_log_file error.log
|
|
|