My hiawatha.conf looks like this:
ConnectionsTotal = 150
ConnectionsPerIP = 10
SystemLogfile = /cygdrive/c/Program Files/Hiawatha/log/system.log
GarbageLogfile = /cygdrive/c/Program Files/Hiawatha/log/garbage.log
Binding {
Port = 8088
Interface = 127.0.0.1
}
CGIhandler = C:\Server\PHP\php-cgi.exe:php
Hostname = 127.0.0.1
WebsiteRoot = C:\Server\webroot\dacius\desktop
StartFile = index.html
AccessLogfile = /cygdrive/c/Program Files/Hiawatha/log/access.log
ErrorLogfile = /cygdrive/c/Program Files/Hiawatha/log/error.log
Directory {
Path = C:\Server\webroot\dacius\desktop
ExecuteCGI = yes
UploadSpeed = 10,2
}
I tried several ways of giving the folders
(WebsiteRoot and Directory path):
C:\Server\webroot\dacius\desktop
C:/Server/webroot/dacius/desktop
/cygdrive/c/Server/webroot/dacius/desktop
Also with closing (back)slash.