Hi!
I've downloaded and installed Hiawatha v7.3 (via make deb and dpkg). After I changed the config as in the HOWTOs my server should be able to show some html files. But it shows only a blank page!
I tried to solve the problem my self, but it didn't work after all...
Here is my hiawatha.conf:
ServerId = www-data
ConnectionsTotal = 150
ConnectionsPerIP = 50
SystemLogfile = /var/log/hiawatha/system.log
GarbageLogfile = /var/log/hiawatha/garbage.log
Binding {
Port = 80
Interface = 127.0.0.1
MaxKeepAlive = 30
TimeForRequest = 3,20
}
Hostname = [my-ip] # I have made the IP anonymous, cause I'm on work.
WebsiteRoot = /var/www/hiawatha
StartFile = index.html
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
VirtualHost{
Hostname = [my-hostname], *.[my-host-name] # I have made the IP anonymous, cause I'm on work.
WebsiteRoot = /var/www/hiawatha
StartFile = index.html
ShowIndex = yes
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
}
All logfiles shows no abnormals or specialy...
Thanks for help!
Hiawatha version: 7.3
Operating System: debian lenny 5.0