• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Brotli Nginx Support with Plesk Onyx

themos

New Pleskian
Hello Forum,

i am a newbie and would like to install and reconfigure nginx with brotli support (https://github.com/google/ngx_brotli).

I tried to do it, but always got stuck with errors like:



Code:
make[1]: Verzeichnis »/usr/local/src/nginx-1.11.1« wird betreten
cd /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h \
        && if [ -f Makefile ]; then make clean; fi \
        && ./config --prefix=/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl no-shared enable-tlsext zlib no-idea no-mdc2 no-rc5 no-ssl2 no-shared -fpic \
        && make \
        && make install_sw LIBDIR=lib
/bin/sh: 1: cd: can't cd to /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h
make[1]: *** [/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl/include/openssl/ssl.h] Fehler 2
make[1]: Verzeichnis »/usr/local/src/nginx-1.11.1« wird verlassen
make: *** [build] Fehler 2


Is here anyone who can gimme a step by step "installation"?
I really would like to test brotli to get my pages load faster.


Or:
How can i reconfigure the current nginx installation?



Thank you


System: Plesk Onyx 17.0.17 Update Nr. 15
OS: Ubuntu 14.04.5 LTS
 
Hello Forum,

i am a newbie and would like to install and reconfigure nginx with brotli support (https://github.com/google/ngx_brotli).

I tried to do it, but always got stuck with errors like:



Code:
make[1]: Verzeichnis »/usr/local/src/nginx-1.11.1« wird betreten
cd /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h \
        && if [ -f Makefile ]; then make clean; fi \
        && ./config --prefix=/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl no-shared enable-tlsext zlib no-idea no-mdc2 no-rc5 no-ssl2 no-shared -fpic \
        && make \
        && make install_sw LIBDIR=lib
/bin/sh: 1: cd: can't cd to /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h
make[1]: *** [/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl/include/openssl/ssl.h] Fehler 2
make[1]: Verzeichnis »/usr/local/src/nginx-1.11.1« wird verlassen
make: *** [build] Fehler 2


Is here anyone who can gimme a step by step "installation"?
I really would like to test brotli to get my pages load faster.


Or:
How can i reconfigure the current nginx installation?



Thank you


System: Plesk Onyx 17.0.17 Update Nr. 15
OS: Ubuntu 14.04.5 LTS



Have the same error when try setup geoip on nginx (also Ubuntu 14.04)

root@usve2xxxx3:~/nginx-1.11.10# make

make -f objs/Makefile
make[1]: Entering directory `/root/nginx-1.11.10'
cd /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h \
&& if [ -f Makefile ]; then make clean; fi \
&& ./config --prefix=/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl no-shared enable-tlsext zlib no-idea no-mdc2 no-rc5 no-ssl2 no-shared -fpic \
&& make \
&& make install_sw LIBDIR=lib
/bin/sh: 1: cd: can't cd to /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h
make[1]: *** [/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory `/root/nginx-1.11.10'
make: *** [build] Error 2


root@usve2xxxx3:~/nginx-1.11.10# make install


make -f objs/Makefile install
make[1]: Entering directory `/root/nginx-1.11.10'
cd /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h \
&& if [ -f Makefile ]; then make clean; fi \
&& ./config --prefix=/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl no-shared enable-tlsext zlib no-idea no-mdc2 no-rc5 no-ssl2 no-shared -fpic \
&& make \
&& make install_sw LIBDIR=lib
/bin/sh: 1: cd: can't cd to /home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h
make[1]: *** [/home/builder/buildbot/nginx-1.11.1-bubt1404x64/build/nginx/work/openssl-1.0.2h/.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory `/root/nginx-1.11.10'
make: *** [install] Error 2
 
@davemoondog no, only CentOS/RHEL are supported operating systems at this time.
Whenever Plesk rolls out their own Brotli module packages, I assume Ubuntu will be included.
 
Back
Top