Sorry for dirty post but i find out the problem. here is my conf file
# Hiawatha main configuration file
#
# GENERAL SETTINGS
#
ConnectionsTotal = 150
ConnectionsPerIP = 10
SystemLogfile = /a/srv/var/log/system.log
GarbageLogfile = /a/srv/var/log/garbage.log
# BINDING SETTINGS
#
Binding {
BindingID = port3802
Port = 3802
}
Binding {
BindingID = port3803
Port = 3803
}
# COMMON GATEWAY INTERFACE (CGI) SETTINGS
#
CGIhandler = /a/srv/bin/ssi-cgi:shtml
CGIextension = cgi
TimeForCGI = 120
# DEFAULT WEBSITE
#
Hostname = 127.0.0.1
WebsiteRoot = /a/srv/var/www
StartFile = index.shtml
AccessLogfile = /a/srv/var/log/access.log
ErrorLogfile = /a/srv/var/log/error.log
ExploitLogfile = /a/srv/var/log/exploit.log
ExecuteCGI = yes
VirtualHost {
Hostname = localhost
WebsiteRoot = /a/srv/var/www/dummy
RequiredBinding = port3803
StartFile = index.shtml
AccessLogfile = /a/srv/var/log/access.log
ErrorLogfile = /a/srv/var/log/error.log
ExecuteCGI = yes
}