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