Forum

Why only a blank page?

PicHunter
14 September 2010, 14:08
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
PicHunter
14 September 2010, 14:16
I solved it!
In the Binding section i've forgot to set the Interface to my IP
Hugo Leisink
14 September 2010, 16:09
It's better to remove the Interface setting. That way, Hiawatha binds to all available interfaces. Only use the interface setting if you intentially don't want to use certain interfaces.
This topic has been closed.