Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Nginx

  1. #11
    kaspars is offline Hello World
    Join Date
    Dec 2009
    Location
    Latvia
    Posts
    5

    Default

    I am running http://osc.lv/ and http://portfolio.konstruktors.com/ on Nginx + PHP (with FPM patch) and APC for object cache.

    The performance is phenomenal: 6 queries in 0.045 seconds. Pingdom Tools is reporting 0.6 second load time for the whole page (which is faster than Google's home page)!

    The "problem" (or rather a feature) of Nginx is that it can't have something dynamic like .htaccess. Every time you edit nginx rewrite rules, you have to restart the server (reload the configuration).

    So you have extremely low resource requirements for Nginx (which would be perfect for shared hosts) and no support for something like .htaccess.

    My idea was to have something like a single master nginx process for every user (with its own config file) with ability to restart/reload only that single process. Don't know if it can be done.

    Let me know if anyone would be interested in reading a post about my setup and experimentation.

  2. #12
    kenny's Avatar
    kenny is offline Hello World
    Join Date
    Feb 2010
    Location
    Des Moines, IA
    Posts
    6

    Default

    Let me know if anyone would be interested in reading a post about my setup and experimentation.
    I'm going to be setting up something similar in the near future and would be very interested in what your process was.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •