fix: even more night fixes (seems like a friday)

This commit is contained in:
Gu://em_ 2025-11-27 01:01:03 +01:00
parent 7633ac9de5
commit c675e3253b
18 changed files with 111 additions and 44 deletions

11
httpd/tests/config.txt Normal file
View file

@ -0,0 +1,11 @@
[global]
log = true
pid_file = /tmp/HTTPd.pid
daemon = start
[[vhosts]]
server_name = my_server
ip = 127.0.0.1
port = 6996
root_dir = .
default_file='/dev/null'