Hi Hugo,
I followed the instruction fron the link above and I am now getting the following error message when restarting Hiawatha
Syntax error in bindings.conf on line 16.
/usr/local/etc/rc.d/hiawatha: WARNING: failed to start hiawatha
Here is my binding.conf file
Binding {
Port = 80
Interface = 192.168.1.125
#Interface = 127.0.0.1
MaxKeepAlive = 100
TimeForRequest = 5,15
MaxRequestSize = 2000
MaxUploadSize = 2
}
Binding {
Port = 443
#Interface = 192.168.1.125
MaxKeepAlive = 100
TimeForRequest = 5,15
TLScertFile = /usr/local/etc/hiawatha/siteconf/ssl/serverkey.pem
MaxRequestSize = 2000
MaxUploadSize = 2
}
Can you see any typo I mighth have missed?
Thank you.
PS: my ssl directory = 600 and serverkey.pem = 400