summaryrefslogtreecommitdiff
path: root/src/tools/httpd_inets_props.conf
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-03-21 09:33:38 +0100
committerLinus Nordberg <linus@nordberg.se>2014-03-21 09:33:38 +0100
commitcac6c3f6f0c2e00207accfd82a4611aa7a6c135c (patch)
tree90eef4896bb414734564ed0793b7e45e5e6e8895 /src/tools/httpd_inets_props.conf
parent9313176f16f6ab7426af3f254f7a43ed28bb9a05 (diff)
Add httpd props file and a READM explaining this.
Diffstat (limited to 'src/tools/httpd_inets_props.conf')
-rw-r--r--src/tools/httpd_inets_props.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/tools/httpd_inets_props.conf b/src/tools/httpd_inets_props.conf
new file mode 100644
index 0000000..feffe8a
--- /dev/null
+++ b/src/tools/httpd_inets_props.conf
@@ -0,0 +1,25 @@
+[
+ {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]