dungvaph03374 commented on issue #1654: Many filters not working properly or 
not even working
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1654#issuecomment-500801562
 
 
   > The module doesn't take Brotli compressed input well. Could that be it?
   > Is there anything noteworthy in the logs over at the module's admin pages?
   I can't access panel, 404 not found return?
   ```
   location /ngx_pagespeed_statistics { allow all; deny 1.2.3.4; }
   location /ngx_pagespeed_global_statistics { allow all; deny 1.2.3.4; }
   location /ngx_pagespeed_message { allow all; deny 1.2.3.4; }
   location /pagespeed_console { allow all; deny 1.2.3.4; }
   location ~ ^/pagespeed_admin { allow all; deny 1.2.3.4; }
   location ~ ^/pagespeed_global_admin { allow all; deny 1.2.3.4; }
   ```
   ```
   nginx version: nginx/1.10.3
   built by gcc 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
   built with OpenSSL 1.0.2g  1 Mar 2016
   TLS SNI support enabled
   configure arguments: --with-cc-opt='-g -O2 -fPIE -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
--with-ld-opt='-Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now' 
--prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf 
--sbin-path=/usr/sbin/nginx --http-log-path=/var/log/nginx/access.log 
--error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock 
--pid-path=/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body 
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi 
--http-proxy-temp-path=/var/lib/nginx/proxy 
--http-scgi-temp-path=/var/lib/nginx/scgi 
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-pcre-jit --with-ipv6 
--with-http_ssl_module --with-http_stub_status_module --with-http_realip_module 
--with-http_auth_request_module --with-http_addition_module 
--with-http_dav_module --with-http_geoip_module --with-http_gunzip_module 
--with-http_gzip_static_module --with-http_image_filter_module 
--with-http_v2_module --with-http_sub_module --with-http_xslt_module 
--with-stream --with-stream_ssl_module --with-mail --with-mail_ssl_module 
--with-threads --add-module=/root/incubator-pagespeed-ngx-1.13.35.1-beta
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to