httpd/httpd/config.txt

10 lines
147 B
Text

[global]
log = true
pid_file = /tmp/HTTPd.pid
[[vhosts]]
server_name = my_server
ip = 127.0.0.1
port = 6996
root_dir = .
default_file='/dev/null'