Dear all,
I am trying to host my personal webpage with Hiawatha on a Raspberry Pi and a dyndny-service (dlinkddns.com, which is basically dyndns.com for owners of D-Link hardware). After updating from Hiawatha 9.12 to 10.1 I can no longer reach my page. Inside the LAN (192.168.0.xxx) I can see the webpage, so I assume Hiawatha is working. But as soon as I try to contact it via dlinkddns.com I get a network timeout error from Firefox. I can ping my dlinkddns.com address and it gives me a response with my current IP address. The port 80 is forwarded by my router to the Raspi.
Here's the config file:
# Hiawatha main configuration file
# GENERAL SETTINGS
#
ServerId = www-data
ConnectionsTotal = 1000
ConnectionsPerIP = 25
SystemLogfile = /var/log/hiawatha/system.log
GarbageLogfile = /var/log/hiawatha/garbage.log
# BINDING SETTINGS
#
Binding {
Port = 80
}
# DEFAULT WEBSITE
# It is wise to use your IP address as the hostname of the default website
# and give it a blank webpage. By doing so, automated webscanners won't find
# your possible vulnerable website.
#
Hostname = 127.0.0.1
WebsiteRoot = /var/www/hiawatha
StartFile = index.html
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
# VIRTUAL HOSTS
# Use a VirtualHost section for each website you want to host.
#
VirtualHost {
Hostname = zuberfamilie.dlinkddns.com
WebsiteRoot = /var/www/hiawatha/public
AccessLogfile = /var/www/hiawatha/log/access.log
ErrorLogfile = /var/www/hiawatha/log/error.log
}
What can I do to solve this problem?
Any help would be appreciated.
Thanks in advance,
Daniel