-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling JUCI in LEDE #80
Comments
This in the console inside chromium 01-juci.js:1 Section mini_snmpd already defined. Will extend existing section! If this is not your intention, fix your code! UCIConfig.$registerSectionType @ 01-juci.js:1 01-juci.js:1 Section system already defined. Will extend existing section! If this is not your intention, fix your code! |
I would try to figure out why requests are timing out. There is a shell
script in the juci feed that configures a fresh lede repo. You did not
outline the same steps so it could be that you have different versions of
the essential packages.
…On 4 Oct 2017 17:50, "Luis Felipe Dominguez Vega" ***@***.***> wrote:
Console screenshots
[image: console1]
<https://user-images.githubusercontent.com/5604131/31185520-2b76a0b8-a8fa-11e7-97cc-f1f1039a28ec.png>
[image: console2]
<https://user-images.githubusercontent.com/5604131/31185521-2b8e4f60-a8fa-11e7-839d-4337892bafe0.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#80 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AERqiWaZ8uhl3phBAerussVxpbeM2oFcks5so6lSgaJpZM4PtvFZ>
.
|
Could be..... |
that is the openwrt-bootstrap.sh file? |
make from begin, an error in compilation... Package liborange is missing dependencies for the following libraries: |
added the libwebsockets in |
Hello, Martin. ... I did follow as your guide, but what's wrong? |
I have issue with LEDE and JUCI missing dependencies "lighttpd-mod-websocket". I'm curious where did you select package "lighttpd-websockets" in make menuconfig? I have look at Network > Web Servers/Proxies > lighttpd but did not see lighttpd-mod-websocket |
It will only appear if your lighttpd package has been correctly overridden
by the version from the juci feed. So install juci feed first then install
all other openwrt packages. That way you will get a different version of
lighttpd.
…On Thu, Dec 21, 2017 at 9:18 PM, techspace01 ***@***.***> wrote:
@lfdominguez <https://github.com/lfdominguez>
I have issue with LEDE and JUCI missing dependencies
"lighttpd-mod-websocket". I'm curious where did you select package
"lighttpd-websockets" in make menuconfig?
I have look at Network > Web Servers/Proxies > lighttpd but did not see
lighttpd-mod-websocket
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#80 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AERqiTQT4Hbx9POxFh43EXR3tbffo0E7ks5tCr0EgaJpZM4PtvFZ>
.
|
Hello, I'm using LEDE and i want put the JUCI interface into it. I compile without problems JUCI with LEDE, i was add the feed into the build of lede and:
make menuconfig
make defconfig
make
All compile ok and generate all files, i was created a tap device for communication and execute with qemu the image:
qemu-system-arm -machine virt -hda /STORAGE/GIT_CLONES/lede/bin/targets/armvirt/32/lede-armvirt-32-root.squashfs.gz -kernel /STORAGE/GIT_CLONES/lede/bin/targets/armvirt/32/lede-armvirt-32-zImage-initramfs -nographic -append "root=/dev/sda console=ttyS0" -device virtio-net-pci,netdev=lan -netdev tap,id=lan,ifname=ledetap0,script=no,downscript=no -device virtio-net-pci,netdev=wan -netdev user,id=wan -m 64
The system boot ok, and the JUCI first login works but, nothing more, the spins are forever, and if I update the page, then the spin is loading forever...
First login:
Welcome page, the spinners never ending:
If Update (F5), the spinner never ending:
I dont found any log, only this in /var/log/error.log:
2017-10-04 14:26:39: (log.c.166) server started
2017-10-04 14:26:39: (server.c.1032) WARNING: unknown config-key: url.access-deny (ignored)
2017-10-04 14:27:21: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:21: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:21: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:21: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:21: (mod_websocket.c.180) connected 192.168.1.101 : 58272 ( fd = 7 ) -> 127.0.0.1 : 5303 ( fd = 14 )
2017-10-04 14:27:21: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:21: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58272
2017-10-04 14:27:21: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58272
2017-10-04 14:27:21: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:21: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x81
2017-10-04 14:27:21: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:21: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:21: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x05e0
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x011a
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x47
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0xd5
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x47
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0xd5
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0xd5
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:22: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:22: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x47
2017-10-04 14:27:22: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:23: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:23: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:23: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:23: (mod_websocket.c.180) connected 192.168.1.101 : 58276 ( fd = 15 ) -> 127.0.0.1 : 5303 ( fd = 16 )
2017-10-04 14:27:23: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:23: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58276
2017-10-04 14:27:23: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58276
2017-10-04 14:27:23: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 16 ), size = 0x81
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 15 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 15 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 16 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 16 ), size = 0x39
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 15 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 15 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 16 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 16 ), size = 0x53
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 15 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 15 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 16 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x04
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 16 ), size = 0x04
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 15 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket.c.854) disconnected from client ( fd = 7 )
2017-10-04 14:27:23: (mod_websocket.c.192) disconnect backend ( fd = 14 )
2017-10-04 14:27:23: (mod_websocket.c.854) disconnected from client ( fd = 15 )
2017-10-04 14:27:23: (mod_websocket.c.192) disconnect backend ( fd = 16 )
2017-10-04 14:27:23: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:23: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:23: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:23: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:23: (mod_websocket.c.180) connected 192.168.1.101 : 58286 ( fd = 7 ) -> 127.0.0.1 : 5303 ( fd = 14 )
2017-10-04 14:27:23: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:23: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58286
2017-10-04 14:27:23: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58286
2017-10-04 14:27:23: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x81
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x05e0
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x46
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:23: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:23: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x68
2017-10-04 14:27:23: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x015e
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x2274
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x05e0
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x1a7f
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x55
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x2f
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x05e0
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:24: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x051d
2017-10-04 14:27:24: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:25: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:25: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:29: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:29: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0xb6f8f2c0
2017-10-04 14:27:29: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x04
2017-10-04 14:27:29: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:29: (mod_websocket.c.854) disconnected from client ( fd = 7 )
2017-10-04 14:27:29: (mod_websocket.c.192) disconnect backend ( fd = 14 )
2017-10-04 14:27:29: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:29: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:29: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:29: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:29: (mod_websocket.c.180) connected 192.168.1.101 : 58298 ( fd = 7 ) -> 127.0.0.1 : 5303 ( fd = 14 )
2017-10-04 14:27:29: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:29: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58298
2017-10-04 14:27:29: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58298
2017-10-04 14:27:29: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:29: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x81
2017-10-04 14:27:29: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:29: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:29: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0x00
2017-10-04 14:27:32: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:32: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0xb6f8f2c0
2017-10-04 14:27:32: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x04
2017-10-04 14:27:32: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:32: (mod_websocket.c.854) disconnected from client ( fd = 7 )
2017-10-04 14:27:32: (mod_websocket.c.192) disconnect backend ( fd = 14 )
2017-10-04 14:27:32: (mod_websocket.c.340) /websocket/ is match WebSocket extension: /websocket/
2017-10-04 14:27:32: (mod_websocket_handshake.c.98) allowed origins are not specified
2017-10-04 14:27:32: (mod_websocket.c.531) works as WebSocket Proxy
2017-10-04 14:27:32: (mod_websocket.c.152) try to connect backend -> 127.0.0.1 : 5303
2017-10-04 14:27:32: (mod_websocket.c.180) connected 192.168.1.101 : 58318 ( fd = 7 ) -> 127.0.0.1 : 5303 ( fd = 14 )
2017-10-04 14:27:32: (mod_websocket_handshake.c.477) append X-Forwarded-Proto: http
2017-10-04 14:27:32: (mod_websocket_handshake.c.493) append X-Forwarded-For: 192.168.1.101:58318
2017-10-04 14:27:32: (mod_websocket_handshake.c.506) append X-Forwarded-Port: 58318
2017-10-04 14:27:32: (mod_websocket_handshake.c.545) forward handshake request
2017-10-04 14:27:33: (mod_websocket.c.234) recv data from backend ( fd = 14 ), size = 0x81
2017-10-04 14:27:33: (mod_websocket.c.737) send data to client ( fd = 7 ), size = 0xb6cedcac
2017-10-04 14:27:33: (mod_websocket_frame.c.510) recv data from client ( fd = 7 ), size = 0x00
2017-10-04 14:27:33: (mod_websocket.c.688) send data to backend ( fd = 14 ), size = 0xb6f8f2c0
The text was updated successfully, but these errors were encountered: