hey
well there is a "minor" bug in webserver code atm, so you can only conect to webserver from localhost.
when you are able to compile it yourself, shakraw just made the fix
diff -Lsrc/WebSocket.cpp -Lsrc/WebSocket.cpp
48c48
< addr.Hostname("localhost");
---
> addr.AnyAddress();
just take out the first line in WebSocket.cpp from the source code and replace it with the second one, thats it

recompile your amule and amuleweb, and everything shoudl do

stefanero
PS: This is the help for webserver RC3 so when you use 1.2.6 its just that webserver was a bit buggy that time
