fix: even more night fixes (seems like a friday)
This commit is contained in:
parent
7633ac9de5
commit
c675e3253b
18 changed files with 111 additions and 44 deletions
11
httpd/tests/config.txt
Normal file
11
httpd/tests/config.txt
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue