From 53d2c054d021c194f758f347431e72b5fa5c0cf1 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 5 May 2014 15:59:03 +0200 Subject: Add config and app files. --- httpd_props.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 httpd_props.conf (limited to 'httpd_props.conf') diff --git a/httpd_props.conf b/httpd_props.conf new file mode 100644 index 0000000..808be50 --- /dev/null +++ b/httpd_props.conf @@ -0,0 +1,20 @@ +[ + {port, 8080}, + {bind_address, {192, 168, 122, 119}}, + {server_name, "flimsy.ct.nordu.net"}, + {server_root, "/home/linus/usr/src/ct/ctls/webroot"}, + {document_root, "/home/linus/usr/src/ct/ctls/webroot/docroot"}, + {modules, [mod_alias, mod_auth, mod_esi, mod_get, mod_head, + mod_log, mod_disk_log]}, + %%{re_write, {"^/ct/v1/(.*)$", "/ct/v1/https_server/\\1"}}, + %%{script_re_write, {"^/ct/v1/(.*)_(.*)$", "/ct/v1/\\1-\\2"}}, + {erl_script_alias, {"/ct", [v1]}}, + {erl_script_nocache, true}, + {error_log, "/home/linus/usr/src/ct/ctls/webroot/log/error"}, + {security_log, "/home/linus/usr/src/ct/ctls/webroot/log/security"}, + {transfer_log, "/home/linus/usr/src/ct/ctls/webroot/log/transfer"}, + {socket_type, + {essl, % See ssl(3erl) for SSL options. + [{certfile, "/home/linus/usr/src/ct/ctls/webroot/certs/webcert.pem"}, + {keyfile, "/home/linus/usr/src/ct/ctls/webroot/keys/webkey.pem"}]}} +]. -- cgit v1.1