Hi,
I've got Hiawatha installed on LinuxLite, a ubuntu 14.04 derivative. I forwarded ports 80 and 443 to my host machine, and it can be accessed from another computer.
But I'm not making much sense of the webserver specs. Here is my .conf file:
# DEFAULT WEBSITE
Hostname = 127.0.0.1
WebsiteRoot = /var/www/hiawatha/welcome
StartFile = index.html
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
#ErrorHandler = 404:/error.cgi
But when I put in my domain name, it is not /var/www/hiawatha/welcome/index.html that appears, it is the original /var/www/hiawatha/index.html file.
And I don't know what to put for Hostname in the virtual host, or how to access it externally.
VirtualHost {
Hostname = grc
RequireSSL = yes
WebsiteRoot = /var/www/hiawatha/grc/public
StartFile = index.php
AccessLogfile = /var/www/grc/log/access.log
# ErrorLogfile = /var/www/my-domain/log/error.log
# TimeForCGI = 5
# UseFastCGI = PHP5
# UseToolkit = banshee
}
Sorry, this is over my head at the moment. On Windows I used HFS, which I could sort of handle. Any help would be appreciated.
Paul