Giter Club home page Giter Club logo

Comments (13)

karljohns0n avatar karljohns0n commented on May 27, 2024

Sure, I was waiting feedbacks for #3 but it seems I will build and push 1.16.0 first! Packages should be in testing repo this week, I will update here.

from nginx-more.

SwarupGolui avatar SwarupGolui commented on May 27, 2024

ok I have install This https://repo.aerisnetwork.com/testing/centos/7/x86_64/nginx-more-1.16.0-1.el7.x86_64.rpm
I Have Some Problem With WordPress
Website URL is Working https://www.example.com
but
Login URL Not Working https://www.example.com/wp-login.php
https://www.example.com/wp-admin/
redirect to 502 Bad Gateway

from nginx-more.

karljohns0n avatar karljohns0n commented on May 27, 2024

I just published some test rpms, you are pretty quick! I tested them on el6 and el7, no issues with Laravel and WordPress websites.

yum --enablerepo=aeris-testing update nginx-more

About 502 Bad Gateway, are you using fpm-wordpress.conf? Do you have any error in your vhost error_log? Location /wp-login.php is declared in restrictions.conf however this file hasn't been modified since 6 months.

from nginx-more.

SwarupGolui avatar SwarupGolui commented on May 27, 2024

thanks dude I didn't see that...
Now Its Work.....

#location ~ ^/(status|ping)$ {
#fastcgi_pass php;
#access_log off;
#include conf.d/custom/admin-ips.conf; deny all;
#}

#location = /wp-login.php {
#limit_req zone=wplogin burst=1 nodelay;
#limit_req_status 444;
#error_log /dev/null crit;
#access_log off;
#log_not_found off;
#try_files $uri =404;
#fastcgi_split_path_info ^(.+.php)(/.+)$;
#fastcgi_pass php;
#}

from nginx-more.

karljohns0n avatar karljohns0n commented on May 27, 2024

So your issue is with fastcgi_pass php;. Do you use PHP-FPM on port 9000 or another upstream?

from nginx-more.

SwarupGolui avatar SwarupGolui commented on May 27, 2024

no i'm using separate socket for per domain

from nginx-more.

karljohns0n avatar karljohns0n commented on May 27, 2024

Are you using fpm-wordpress-users then to use separate socket for per domain? I will make restrictions.conf compatible with separate socket in next release.

from nginx-more.

SwarupGolui avatar SwarupGolui commented on May 27, 2024

yes I Am Using fpm-wordpress-users
But I Got Some Error log
Can You Give Me You Email So I Can Send You The Log File

from nginx-more.

SwarupGolui avatar SwarupGolui commented on May 27, 2024

Can You Please Change --prefix=/usr/share/nginx To --prefix=/etc/nginx
load_module modules/ngx_http_modsecurity_module.so; Not Working File Not Found
load_module /usr/lib64/nginx/modules/ngx_http_modsecurity_module.so; Working

Thanks..........

from nginx-more.

SwarupGolui avatar SwarupGolui commented on May 27, 2024

Error log
2019/05/08 11:46:49 [info] 6108#6108: [ngx_pagespeed 1.13.35.2-0] No threading detected. Own threads: 1 Rewrite, 1 Expensive Rewrite.
2019/05/08 11:46:49 [info] 6108#6108: pagespeed: rollback gzip, explicit configuration in /etc/nginx/nginx.conf:43

from nginx-more.

karljohns0n avatar karljohns0n commented on May 27, 2024

The prefix is the same as EPEL and Nginx packages to provide compatibility when doing yum swap nginx nginx-more. Those two informations about PageSpeed are OK, you can read more about them on PageSpeed forum.

I will let nginx-more-1.16.0 in testing repo for a few days then I will push them to stable. Thanks for testing!

from nginx-more.

SwarupGolui avatar SwarupGolui commented on May 27, 2024

Can You Please Check This?
[error] 837#1063: [ngx_pagespeed 1.13.35.2-0] PageSpeed Serf fetch failure rate extremely high; only 0 of 18 recent fetches fully successful; is fetching working?

from nginx-more.

karljohns0n avatar karljohns0n commented on May 27, 2024

Is your website in https? Using fetching? Ensure you have those in your nginx.conf:

        pagespeed FetchHttps enable;
        pagespeed FetchHttps enable,allow_self_signed;
        pagespeed SslCertDirectory /etc/pki/tls/certs;
        pagespeed SslCertFile /etc/pki/tls/cert.pem;

You'd better ask on Pagespeed Github or mailing list. Take a look at this issue: apache/incubator-pagespeed-ngx#1562

from nginx-more.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.