Dukemaster
Regular Pleskian
Hi friends,
I was pleased and happy to get this great tutorial by @UFHH01 installing NGINX with Brotli.
The install worked successful until the point of compilation.
/addons/nginx/nginx-1.13.4
with
ngx_cache_purge-2.3 \
ngx_slowfs_cache-1.10 \
ngx_pagespeed-1.12.34.2-stable
ngx_cache_purge-2.3 \
ngx_slowfs_cache-1.10 \
ngx_coolkit-0.2 \
ngx_headers-more-0.32
I started a two hour search to find a source to get it. Nothing. Only people with problems, other OS, other relations.
Here in this forum got the information that passenger directives should be in /etc/nginx/nginx.conf or something related with phusion(+passenger). I have nothing of this.
But my normal NGINX is running well by status (1.11.10)
Please does someone have an idea how to solve the last step to paradise?
Nothing happens well last three days. I have the time to spend day and night, I and know how to search well on internet, but bad luck all over. Redis server, memcached, and now this. and no ideas serving static files faster, no ideas of browser caching google insights give me 48%. Worst time ever.
Wanted to run nginx alone for better performance but bad luck.
Greets and thanks for all help - As attachment my (second) installation, better the end of it.
Here another test with only ./configure
OpenSSL is not used...
Greets
I was pleased and happy to get this great tutorial by @UFHH01 installing NGINX with Brotli.
The install worked successful until the point of compilation.
/addons/nginx/nginx-1.13.4
with
ngx_cache_purge-2.3 \
ngx_slowfs_cache-1.10 \
ngx_pagespeed-1.12.34.2-stable
ngx_cache_purge-2.3 \
ngx_slowfs_cache-1.10 \
ngx_coolkit-0.2 \
ngx_headers-more-0.32
I started a two hour search to find a source to get it. Nothing. Only people with problems, other OS, other relations.
Here in this forum got the information that passenger directives should be in /etc/nginx/nginx.conf or something related with phusion(+passenger). I have nothing of this.
But my normal NGINX is running well by status (1.11.10)
="/etc/init.d/nginx status ● nginx.service - Startup script for nginx service Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2017-08-16 01:25:58 CEST; 1h 3min ago Process: 20886 ExecStop=/bin/kill -s QUIT $MAINPID (code=exited, status=0/SUCCESS) Process: 20899 ExecStart=/usr/sbin/nginx (code=exited, status=0/SUCCESS) Process: 20895 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=0/SUCCESS) Process: 20891 ExecStartPre=/usr/bin/test $NGINX_ENABLED = yes (code=exited, status=0/SUCCESS) Main PID: 20903 (nginx) Tasks: 2 Memory: 10.4M CPU: 10.240s CGroup: /system.slice/nginx.service ├─20903 nginx: master process /usr/sbin/nginx └─20904 nginx: worker process Aug 16 01:25:58 server.arox.eu systemd[1]: Starting Startup script for nginx service... Aug 16 01:25:58 server.arox.eu nginx[20895]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Aug 16 01:25:58 server.arox.eu nginx[20895]: nginx: configuration file /etc/nginx/nginx.conf test is s...sful Aug 16 01:25:58 server.arox.eu systemd[1]: Started Startup script for nginx service. Hint: Some lines were ellipsized, use -l to show in full."]
Nothing happens well last three days. I have the time to spend day and night, I and know how to search well on internet, but bad luck all over. Redis server, memcached, and now this. and no ideas serving static files faster, no ideas of browser caching google insights give me 48%. Worst time ever.
Wanted to run nginx alone for better performance but bad luck.
Greets and thanks for all help - As attachment my (second) installation, better the end of it.
Code:
./configure.....
......checking for struct dirent.d_type ... found
checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
checking for openat(), fstatat() ... found
checking for getaddrinfo() ... found
configuring additional modules
adding module in /usr/share/passenger/ngx_http_passenger_module
./configure: error: no /usr/share/passenger/ngx_http_passenger_module/config was found
root@server:~/addons/nginx/nginx-1.13.4# --add-module=/usr/share/nginx/modules/ngx_cache_purge-2.3 \
> --add-module=/usr/share/nginx/modules/ngx_slowfs_cache-1.10 \
> --add-module=/usr/share/nginx/modules/ngx_coolkit-0.2 \
> --add-module=/usr/share/nginx/modules/ngx_headers-more-0.32 \
>
-bash: --add-module=/usr/share/nginx/modules/ngx_cache_purge-2.3: No such file or directory
root@server:~/addons/nginx/nginx-1.13.4# make
make: *** No rule to make target 'build', needed by 'default'. Stop.
root@server:~/addons/nginx/nginx-1.13.4#
root@server:~/addons/nginx/nginx-1.13.4# make install
make: *** No rule to make target 'install'. Stop.
root@server:~/addons/nginx/nginx-1.13.4#
Here another test with only ./configure
OpenSSL is not used...
Code:
root@server:~/addons/nginx/nginx-1.13.4# ./configure
checking for OS
+ Linux 4.4.0-92-generic x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
checking for gcc -pipe switch ... found
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for Linux specific features
checking for epoll ... found
checking for EPOLLRDHUP ... found
checking for EPOLLEXCLUSIVE ... not found
checking for O_PATH ... found
checking for sendfile() ... found
checking for sendfile64() ... found
checking for sys/prctl.h ... found
checking for prctl(PR_SET_DUMPABLE) ... found
checking for crypt_r() ... found
checking for sys/vfs.h ... found
checking for nobody group ... not found
checking for nogroup group ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for crypt() in libcrypt ... found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... found
checking for O_DIRECT ... found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... not found
checking for dlopen() in libdl ... found
checking for sched_yield() ... found
checking for sched_setaffinity() ... found
checking for SO_SETFIB ... not found
checking for SO_REUSEPORT ... found
checking for SO_ACCEPTFILTER ... not found
checking for SO_BINDANY ... not found
checking for IP_BIND_ADDRESS_NO_PORT ... found
checking for IP_TRANSPARENT ... found
checking for IP_BINDANY ... not found
checking for IP_RECVDSTADDR ... not found
checking for IP_SENDSRCADDR ... not found
checking for IP_PKTINFO ... found
checking for IPV6_RECVPKTINFO ... found
checking for TCP_DEFER_ACCEPT ... found
checking for TCP_KEEPIDLE ... found
checking for TCP_FASTOPEN ... found
checking for TCP_INFO ... found
checking for accept4() ... found
checking for eventfd() ... found
checking for int size ... 4 bytes
checking for long size ... 8 bytes
checking for long long size ... 8 bytes
checking for void * size ... 8 bytes
checking for uint32_t ... found
checking for uint64_t ... found
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... found
checking for in_addr_t ... found
checking for in_port_t ... found
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t found
checking for system byte ordering ... little endian
checking for size_t size ... 8 bytes
checking for off_t size ... 8 bytes
checking for time_t size ... 8 bytes
checking for AF_INET6 ... found
checking for setproctitle() ... not found
checking for pread() ... found
checking for pwrite() ... found
checking for pwritev() ... found
checking for sys_nerr ... found
checking for localtime_r() ... found
checking for posix_memalign() ... found
checking for memalign() ... found
checking for mmap(MAP_ANON|MAP_SHARED) ... found
checking for mmap("/dev/zero", MAP_SHARED) ... found
checking for System V shared memory ... found
checking for POSIX semaphores ... not found
checking for POSIX semaphores in libpthread ... found
checking for struct msghdr.msg_control ... found
checking for ioctl(FIONBIO) ... found
checking for struct tm.tm_gmtoff ... found
checking for struct dirent.d_namlen ... not found
checking for struct dirent.d_type ... found
checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
checking for openat(), fstatat() ... found
checking for getaddrinfo() ... found
checking for PCRE library ... found
checking for PCRE JIT support ... found
checking for zlib library ... found
creating objs/Makefile
Configuration summary
+ using system PCRE library
+ OpenSSL library is not used
+ using system zlib library
nginx path prefix: "/usr/local/nginx"
nginx binary file: "/usr/local/nginx/sbin/nginx"
nginx modules path: "/usr/local/nginx/modules"
nginx configuration prefix: "/usr/local/nginx/conf"
nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
nginx pid file: "/usr/local/nginx/logs/nginx.pid"
nginx error log file: "/usr/local/nginx/logs/error.log"
nginx http access log file: "/usr/local/nginx/logs/access.log"
nginx http client request body temporary files: "client_body_temp"
nginx http proxy temporary files: "proxy_temp"
nginx http fastcgi temporary files: "fastcgi_temp"
nginx http uwsgi temporary files: "uwsgi_temp"
nginx http scgi temporary files: "scgi_temp"
root@server:~/addons/nginx/nginx-1.13.4# ^C
Greets
Last edited: