httpd/httpd/tests/config.txt

12 lines
162 B
Text
Raw Normal View History

2025-11-18 13:58:08 +01:00
[global]
log = true
pid_file = /tmp/HTTPd.pid
daemon = start
2025-11-18 13:58:08 +01:00
[[vhosts]]
server_name = my_server
ip = 127.0.0.1
port = 6996
root_dir = .
default_file='/dev/null'