Manoa Ratefiarison

Results 9 comments of Manoa Ratefiarison

The best solution is to put nginx.org repository at a higher priority than the dynamic repository of CloudLinux (cloudlinux-x86_64-server-8) as we can't exclude a package from this due to the...

Hello, I think you have to use [resty.limit.count](https://github.com/openresty/lua-resty-limit-traffic/blob/master/lib/resty/limit/count.md). Set something like this: ``` local limit_count = require "resty.limit.count" limit_count.new("my_limit_count_store", 3, 60) ```

> Just as an update for people searching for this issue: there is no solution for it so far, the only option is to move away from engintron and use...

Hello, This seems to work correctly on PHP 8.0. I tested it and didn't found any bug on PHP 8.0. At the same time, it makes sense. Laravel is compatible...

Hello, I currently have an broken WAV file from Ableton Live crash due to power outage on the sound card. When trying to repair it with wavfix, it shows the...

Hello, Currently, the broken file starts with `00 00 00 00 ...`, so there's no `R I F F x x x x W A V E` in the beginning,...

waveio.c seems to be this one: http://read.pudn.com/downloads38/sourcecode/windows/multimedia/127106/WaveIO.c__.htm

The latest release of OpenResty is now based on 1.25.3. However, there's a little fix to really implement HTTP/3: the .rpm provided package has been compiled without `--with-http_v3_module`. I guess...

> Any news?, HTTP 3 is on 1/3 website and openresty has no support for it. Also nginx 1.27.0 is out for few weeks now, HTTP/3 support should be mature...