Forum

Config error

sum1nil
20 February 2010, 21:08
Please forgive any typos


I have a config error not allowing Hiawatha server to start:

Syntax error on line 51.
Press any key to continue . . .

The Connect To is the problem (line 51)

Port 473 is a secure socket that displays my repository.

I am confused at what ConnectTo does (I'm afraid I may have not done enough reading).

Would this be more of a router problem?

Many thanks for Hiawatha.
sum1nil
20 February 2010, 21:08
I have a config error not allowing Hiawatha server to start:
----------
Syntax error on line 51.
Press any key to continue . . .
----------
The Connect To is the problem (line 51)
VirtualHost {
Hostname = www.svn.org
StartFile = index.htm
WebsiteRoot = C:\wwwroot\www.svn.com
AccessLogfile = C:\wwwroot\www.svn.com\log\access.log
ErrorLogfile = C:\wwwroot\www.svn.com\log\error.log
#ConnectTo = https://localhost/svn/:473
}

Port 473 is a secure socket that displays my repository.
sum1nil
20 February 2010, 23:48
Cool enough this page was a real help. http://www.hiawatha-webserver.org/howto/bindings

I promise to read next time, really!

Although, running on windows with the .pem file in hiawatha/config, firefox gave the invalid security thing probably because I had to make it on my laptop under Ubuntu, which is running in Virtual Box from Sun as a guest on a windows 7 machine (talk about indirection) , to get openssl stuff

I promise to read next time, really!

I can now browse my repositories on Hiawatha (of course not much there yet).

Thanks.
sum1nil
21 February 2010, 01:11
Short note: I am using http://www.visualsvn.com/server/download/ for the SVN part

...

Binding {
SSLcertFile = C:\Program Files\Hiawatha\config\serverkey.pem
Interface = 192.168.254.10
Port = 473
MaxKeepAlive = 30
TimeForRequest = 3,20
MaxRequestSize = 1024
}
....
VirtualHost {
RequireSSL = yes
Hostname = www.svn.org
StartFile = index.htm
WebsiteRoot = C:\wwwroot\www.svn.com
AccessLogfile = C:\wwwroot\www.svn.com\log\access.log
ErrorLogfile = C:\wwwroot\www.svn.com\log\error.log

}


for anyone that is interested. Best of luck.
Da_JoJo
9 March 2010, 06:46
http://code.google.com/p/openssl-for-windows/

just my 2 cents...

hiawatha runs fine on windows 7 with php-cgi and openssl

php can be obtained here : http://windows.php.net/downloads/releases/php-5.3.2-Win32-VC9-x86.zip
This topic has been closed.