Dear all,
I am a newbie in hiawatha and have several stupid questions.
Hiawatha version: 9.3.1
Operating System: puppy linux
1. version
i downloaded the latest version which is 9.3.1. But, when i type hiawatha -v
it displayed:
Hiawatha v6.17.1
so, which one is correct??
2. Finally, i get the hiawatha to run. I've looked from netstat -at, that it is listening on port 80, which i set in the configuration.
VirtualHost {
Hostname = www.example.com
WebsiteRoot = /root/Web-Server
StartFile = index.html
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
}
But, when i go to another computer within the same network, and type www.example.com,
2a, it doesnt' display the page on index.html.