Forum

CommandChanel seems broken

Yassen Damyanov
14 May 2009, 11:15
Hi Hugo,

Trying to get the command channel working on Hiawatha v6.13 (cache, IPv6, SSL, URL toolkit, XSLT), I get a syntax error with
hiawatha -k
. The directive is copied verbatim from the man page, it is put into the httpd.conf main level and looks like this:

CommandChanel = 81,41d0c72bd73afaa2c207064d81d5a3d9


Any ideas? Am I doing something wrong or did I hit a bug?

Yassen
Yassen Damyanov
14 May 2009, 11:17
I am sorry, I have typos in my original post:

CommandChanel is actually with double 'n': CommandChannel (so this is not the explanation...)
Yassen Damyanov
14 May 2009, 12:45
Hugo, I've got it: CommandChannel support has not been compiled in. (True?)
Yassen Damyanov
14 May 2009, 13:02
I tried to build hiawatha from source using
./configure --enable-command  && make deb
but the binary does not seem to have CommandChannel support either ... Any idea?

Thanks!
Hugo Leisink
18 May 2009, 22:44
Sorry for the late response. Been quite busy the last few days.

To enable CommandChannel support, you indeed have to add '--enable-command'. But, if you use 'make deb', it will redo a configure. So, if you want to make a debian package with the CommandChannel, just edit 'debian/rules' and add '--enable-command' to the configure command on line 10.
Yassen Damyanov
20 May 2009, 12:26
Hugo, thanks a lot; I was also very busy these days -- got a new job...

I have the redmine gude redone and updated; I'll send it as soon as I get a chance.

Thanks again!
Yassen
This topic has been closed.