00a674f
# Mongoose web server configuration file.
00a674f
# Lines starting with '#' and empty lines are ignored.
00a674f
# For detailed description of every option, visit
00a674f
# http://code.google.com/p/mongoose/wiki/MongooseManual
00a674f
00a674f
root            /tmp
00a674f
ports           80,443s
00a674f
access_log      /tmp/mongoose_access_log.txt
00a674f
error_log       /tmp/mongoose_error_log.txt
00a674f
00a674f
# NOTE FOR PHP USERS:
00a674f
# Correct PHP binary to use is php-cgi, NOT php!
00a674f
# cgi_interp    /usr/bin/php-cgi
00a674f
# cgi_interp    /usr/bin/perl 
00a674f
00a674f
# cgi_ext       cgi,pl,php
00a674f
# ssi_ext       shtml,shtm
00a674f
# auth_realm    mydomain.com
00a674f
# dir_list      no
00a674f
# index_files   index.html,index.htm,index.php,index.cgi
00a674f
# aliases	/my_d_disk=d:\,/my_e_disk=e:\
00a674f
# acl           -0.0.0.0/0,+10.0.0.0/8,+192.168.0.0/16
00a674f
# admin_uri     /remote_admin
00a674f
# protect       /remote_admin=c:\passwords.txt
00a674f
# cgi_env       FOO=BAR,BAZ=POO
00a674f
# auth_gpass    c:\mongoose_global_web_passwords.txt
00a674f
# auth_PUT      c:\mongoose_put_delete_passwords.txt
00a674f
# ssl_cert      ssl_cert.pem
00a674f
# max_threads	100
00a674f
# idle_time	10