• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

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