Skip to main content
Fixed grammar
Source Link

Do the upstream PHP servers have to run the same server software?

If I have the following Nginx configuration

 upstream myapp1 {
        server srv1.example.com;
        server srv2.example.com;
    }

Assuming we have a shared back-end database and identical web siteswebsites, could I use Apache on srv1 and PHP-FPM on srv2 to compare the two under identical real-world load?

Do the upstream PHP servers have to run the same server software?

If I have the following Nginx configuration

 upstream myapp1 {
        server srv1.example.com;
        server srv2.example.com;
    }

Assuming we have shared back-end database and identical web sites, could I use Apache on srv1 and PHP-FPM on srv2 to compare the two under identical real-world load?

Do the upstream PHP servers have to run the same server software?

If I have the following Nginx configuration

 upstream myapp1 {
        server srv1.example.com;
        server srv2.example.com;
    }

Assuming we have a shared back-end database and identical websites, could I use Apache on srv1 and PHP-FPM on srv2 to compare the two under identical real-world load?

Tweeted twitter.com/#!/StackUnix/status/497688254028972033

Do the upstream PHP servers have to run the same server software?

If I have the following Nginx configuration upstream myapp1 { server srv1.example.com; server srv2.example.com; }

 upstream myapp1 {
        server srv1.example.com;
        server srv2.example.com;
    }

Assuming awe have shared back-end dataabsedatabase and identical web sites, could I use Apache on srv1 and PHP-FPM on srv2 to compare the two under identical real-world load?

Do the upstream PHP servers have to run the same server software?

If I have the following Nginx configuration upstream myapp1 { server srv1.example.com; server srv2.example.com; }

Assuming a shared back-end dataabse and identical web sites, could I use Apache on srv1 and PHP-FPM on srv2 to compare the two under identical real-world load?

Do the upstream PHP servers have to run the same server software?

If I have the following Nginx configuration

 upstream myapp1 {
        server srv1.example.com;
        server srv2.example.com;
    }

Assuming we have shared back-end database and identical web sites, could I use Apache on srv1 and PHP-FPM on srv2 to compare the two under identical real-world load?

Source Link
Johan
  • 4.2k
  • 3
  • 25
  • 31

Nginx loadbalancing between PHP-FPM and Apache

Do the upstream PHP servers have to run the same server software?

If I have the following Nginx configuration upstream myapp1 { server srv1.example.com; server srv2.example.com; }

Assuming a shared back-end dataabse and identical web sites, could I use Apache on srv1 and PHP-FPM on srv2 to compare the two under identical real-world load?