11 lines
162 B
Text
11 lines
162 B
Text
[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'
|