Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] http_dir isn't working under debian jessie

Hi Artem,

I'm afraid you'll have to upgrade the version of libwebsockets if you
want http_dir to work. It seems as though the version in Jessie
doesn't have good support for this feature.

Regards,

Roger



On Thu, Feb 18, 2016 at 2:56 PM, Артем Пастухов
<artem.pastukhov@xxxxxxxxx> wrote:
> Hi all!
> I'm trying to use http_dir directive with websockets
>
> /etc/mosquitto/conf.d/websockets.conf:
>
> listener 9001
> protocol websockets
> http_dir /var/lib/mosquitto/http
>
> And my browser is telling me that "no data recieved"
>
> Anyone get this working?
>
> Mosquitto version i have is 1.4.8-0mosquitto1
>
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top