I found a link that is the same thing i am trying to ask you.
http://www.hiawatha-webserver.org/forum/topic/978You said that you will solve this problem. Is there any development on that issue? My version is 8.5
Here is my new configuration : I got the same error Address already in use.
Binding {
BindingID = port5602
Port = 5602
MaxRequestSize = 12000
TimeForRequest = 50
Interface = 0.0.0.0
}
Binding {
Port = 5602
MaxRequestSize = 12000
TimeForRequest = 50
Interface = ::
}
# COMMON GATEWAY INTERFACE (CGI) SETTINGS
#
CGIhandler = /aaa/srv/bin/ssi-cgi:shtml
CGIextension = cgi
TimeForCGI = 350
# DEFAULT WEBSITE
#
Hostname = 127.0.0.1
I tried different ports also
Binding {
BindingID = port5602
Port = 5602
MaxRequestSize = 12000
TimeForRequest = 50
Interface = 0.0.0.0
}
Binding {
Port = 5603
MaxRequestSize = 12000
TimeForRequest = 50
Interface = ::
}
and i could reach web site from v4 address but can not reach from ipv6 address.