Hiawatha version: 8.7
Operating System: Ubuntu Server
Hello I am getting an error every time I try to execute this in the command line : sudo /usr/local/sbin/hiawatha
the error is the Topic Subject.
This is the most important of the lines in my conf file :
# BINDING SETTINGS
# A binding is where a client can connect to.
#
Binding {
Port = 80
Interface = 192.168.1.3
MaxKeepAlive = 30
TimeForRequest = 3,20
}
Binding {
Port = 443
Interface = 192.168.1.3
MaxKeepAlive = 30
TimeForRequest = 3,20
SSLcertFile = /usr/local/etc/certs/securesite.pem
}
# VIRTUAL HOSTS
# Use a VirtualHost section to declare the websites you want to host.
#
VirtualHost {
Hostname = 192.168.1.3
WebsiteRoot = /usr/local/var/www/FinAidApp
StartFile = index.php
AccessLogfile = /usr/local/var/log/FinAidApp/access.log
ErrorLogfile = /usr/local/var/log/FinAidApp/error.log
TimeForCGI = 20
UseFastCGI = PHP5
AccessList = allow 192.168.1.5, deny all
RequireSSL = yes
# UseToolkit = banshee
}
Any help / explenation would be lovely.