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