ronilaukkarinen commented on issue #1760:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1349448420

   Thanks for confirming folks. My only worry is that psol package 
tiredofit.nl, we should trust @eilandert blindly with this? Tested and it works 
and fixes the issue #1762 as well. This most probably fixes all the issues: 
#1758 #1757 #1756 #1749 #1752.
   
    Always best if there would be an official package but one can wish... this 
repository has been in slumber for a while now.
   
   I just dirty-loaded the module like this in /etc/nginx/nginx.conf:
   
   ```nginx
   load_module /home/rolle/nginx-1.23.2/objs/ngx_pagespeed.so;
   ```
   
   Nginx has been installed with apt from official repository.
   
   ```bash
   $ nginx -V
   nginx version: nginx/1.23.2
   built by gcc 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
   built with OpenSSL 1.1.1f  31 Mar 2020
   TLS SNI support enabled
   configure arguments: --with-compat 
--add-dynamic-module=../incubator-pagespeed-ngx --prefix=/etc/nginx 
--sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf 
--error-log-path=/var/log/nginx/error.log 
--http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid 
--lock-path=/var/run/nginx.lock 
--http-client-body-temp-path=/var/cache/nginx/client_temp 
--http-proxy-temp-path=/var/cache/nginx/proxy_temp 
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp 
--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp 
--http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx 
--with-compat --with-file-aio --with-threads --with-http_addition_module 
--with-http_auth_request_module --with-http_dav_module --with-http_flv_module 
--with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module 
--with-http_random_index_module --with-http_realip_module 
--with-http_secure_link_module --with-http_slice_module --with-http_ssl_module 
--with-http_stub_status_m
 odule --with-http_sub_module --with-http_v2_module --with-mail 
--with-mail_ssl_module --with-stream --with-stream_realip_module 
--with-stream_ssl_module --with-stream_ssl_preread_module
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to