Coder Social home page Coder Social logo

Comments (2)

dvershinin avatar dvershinin commented on June 16, 2024

@iamstarkov , yes, however they have not filed a formal release yet, so there is no clear version, e.g. 0.0.1.
Looking at their commit history there were no functional changes or bug fixes, since the time when eustas fork was archived.

The 2 .so modules are always built/installed for the Brotli module, the soname you see in the .yml files are purely informational, e.g. it is being used for post-installation instructions, e.g.:

----------------------------------------------------------------------

The <module> has been installed.
To enable this module, add the following to /etc/nginx/nginx.conf
and reload nginx:
    
    load_module modules/<soname>.so;
    

Please refer to the module documentation for further details:
<url>

----------------------------------------------------------------------

So currently post-installation text is just incomplete, but you can still enable either of the 2 actual modules:

    load_module modules/ngx_http_brotli_filter_module.so;
    load_module modules/ngx_http_brotli_static_module.so;

I'll double-check that the build system can generate proper installation text for a case of multiple .so files built, then update the .yml for Brotli. Probably best to do that same time when the google one finally files a formal release. If you can, +1 on the linked issue to bring their attention to it.

from nginx-extras.

dvershinin avatar dvershinin commented on June 16, 2024

FYI. Have released builds for Brotli module v0.1.3 that corresponds to Google's main repo's latest commit (1.0.0rc). The v0.1.3 version is "virtual" by GetPageSpeed, merely because we don't allow beta/rc releases, but that seems stable and includes an important CPU load fix.

Will switch to Google's versioning scheme once they finally tag a stable release.

The module is temporarily built in its own system in order to generate Plesk-specific packages in addition to the standard ones.

from nginx-extras.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.