-
Use "server.stream-request-body = 2" in lighttpd configuration to enable stream transfer over the buffered upload option.
This can be used to write a new uploader which directly writes into the targe…
MaStr updated
6 years ago
-
All,
I see the repository is last updated on 2014, is this currently maintained ?
I am trying to run REST API over lighttpd on vyos and came across this page. Will this be the correct package? I…
-
Unit tests should be runnable as a separate application and added with CMakes `add_test`. See [src/t](https://github.com/lighttpd/lighttpd1.4/tree/master/src/t) in the lighttpd repo.
Unfortunately,…
-
When installing multiple ports by specifying their paths in /usr/ports, portmaster (version 3.16) doesn't count ports that have trailing slashes:
```
# portmaster -n www/lighttpd/ devel/git/
===>>> …
-
I want to create a quick and dirty way for people to see if their hotspot is being used. In the long term- I'd like to add the ability to use a paperwhite screen that tells you:
1) How many people…
-
Currently `supportsOcspStapling` is either true or false for a given server, but for servers that initially didn't support OCSP Stapling, but then added that support at a given version (like lighttpd)…
-
The `run.sh` script attempts to tail the lighttpd logs:
```
# display logs
tail -F /var/log/lighttpd/*log &
```
But tat the time this script runs, these log files don't exist, so the wildcard expans…
-
[lighttpd v1.4.64](https://www.lighttpd.net/2022/1/19/1.4.64/) was released on Jan 19, 2022. It is time to migrate the new codebase for evaluation purpose.
-
Instructions hint at picking one TLS module, won't mod_openssl and mod_gnutls options (and values!) differ? So rather than a choice of mods the note should say there are other mods but this only confi…
-
`vagrant up` got my DCM up and running but post-installation I wanted to open it up so that I could communicate with it from Dataverse without "403 - Forbidden" errors.
I did something like this (D…