diff options
author | Arn0 <yth@ythogtha.org> | 2025-02-07 09:08:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-08 02:47:27 +0700 |
commit | ff6b2599e8d7e1c4498a486b0ed23a5fe439106b (patch) | |
tree | e1d6de0ac8589c0cc9ed901b2238ea79234c5f03 /network/darkhttpd/README | |
parent | e4abe1986944c7382a550a6cd4381ef62a8baf36 (diff) |
network/darkhttpd: added rc script, config file, and default page
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/darkhttpd/README')
-rw-r--r-- | network/darkhttpd/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/darkhttpd/README b/network/darkhttpd/README index 89026de418..488599c38c 100644 --- a/network/darkhttpd/README +++ b/network/darkhttpd/README @@ -31,3 +31,17 @@ Security: Limitations: * Only serves static content -- no CGI. + +Configuration: + +You need to configue the darkhttpd using the file + + /etc/default/darkhttpd + +Them can start add rc.darkhttpd into rc.local + + # Start the darkhttpd server: + if [ -x /etc/rc.d/rc.darkhttpd ]; then + /etc/rc.d/rc.darkhttpd start + fi + |