Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author petermolnar

    (@cadeyrn)

    Although I haven’t tried it, in theory, it should work, if the memcached entry check from nginx occurs before the proxy pass takes place.

    In this case:

    ------------   exists?      -------------
    |  ninx    |    - >         | memcached |
    ------------                -------------
          | no entry found          ^
          ?                         |
    ------------   generated page   |
    |  apache  |    -----------------
    ------------

    Apache in this case acts the same way as PHP-FPM would.
    ( I’d recommend switching over to PHP-FPM though, take a look at it )

    Plugin Author petermolnar

    (@cadeyrn)

    I believe it’s all sorted out, since there was no further response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using with nginxcp.com’ is closed to new replies.