[ {port, 8080}, {bind_address, {127,0,0,1}}, {server_name, "httpd_inets_FQDN"}, {server_root, "/tmp/httpd_inets"}, {document_root, "/tmp/httpd_inets/docroot"}, {socket_type, essl}, {ssl_certificate_file, "/tmp/httpd_inets/02.pem"}, {ssl_certificate_key_file, "/tmp/httpd_inets/srv1.key"}, {ssl_ca_certificate_file, "/tmp/httpd_inets/01.pem"} ]. %% {socket_type, {essl, [ %% {certfile, "/tmp/httpd_inets/02.pem"}, %% {keyfile, "/tmp/httpd_inets/srv1.key"}, %% {cacertfile, "/tmp/httpd_inets/01.pem"}, %% {verify, 0} %% ]}} %% {ssl_certificate_file, "02.pem"}, %% {ssl_certificate_key_file, "srv1.key"}, %% {ssl_ca_certificate_file, "01.pem"} %% FIXME: limit modules {modules, [mod_get, mod_log]