From 65dd63829472db0ce0c81203989c3ef3a5ab53e9 Mon Sep 17 00:00:00 2001 From: Ground0 Date: Thu, 30 Mar 2023 15:47:31 +0200 Subject: [PATCH] new install standards --- .gitignore | 1 + cfg/hosts/default.xml | 35 +++++++++++++++++++++++++++++++++++ cfg/lhttpd.xml | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 cfg/hosts/default.xml create mode 100644 cfg/lhttpd.xml diff --git a/.gitignore b/.gitignore index 0b242cd..b1c282c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ democert *.log # Executables lhttpd +lhttpd_install server_example test README diff --git a/cfg/hosts/default.xml b/cfg/hosts/default.xml new file mode 100644 index 0000000..a4b8d5f --- /dev/null +++ b/cfg/hosts/default.xml @@ -0,0 +1,35 @@ + + + + Sample Server + + 1 + 80 + 0.0.0.0 + 100 + 0 + + + 0 + + + + 1 + 0 + 0 + + + /var/log/lhttpd/default_debug.log + 0 + /var/log/lhttpd/default_access.log + /var/log/lhttpd/default_error.log + + + 524288 + 65536 + + + index.html + /var/lib/lhttpd/default/ + + diff --git a/cfg/lhttpd.xml b/cfg/lhttpd.xml new file mode 100644 index 0000000..7141536 --- /dev/null +++ b/cfg/lhttpd.xml @@ -0,0 +1,37 @@ + + + + + + + + /etc/lhttpd/default_http_status_codes.xml + file + status_xml + + + /etc/lhttpd/hosts/default.xml + file + host_file + + + + + 0 + + + + + + + + + 0 + 0 + + 256 + 0 + V0.9 + LiHaSo lhttpd Webserver + 0 +