Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Nginx

  1. #1
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,797

  2. #2
    ryanduff is offline Hello World
    Join Date
    Feb 2010
    Posts
    7

    Default

    I'm sure some of the high-end consultants use it. I'm pretty sure Mark Jaquith has used it on a handful of high traffic projects.

  3. #3
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    For mu sites, yeah. That's what we run on our dedicated box with a few domains of ours. Lovin' it. once you get the rewrite rules down, it's pretty sweet.

  4. #4
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,797

    Default

    Would it be possible for a webhost to have a shared hosting setup running Nginx?

    I've heard such good things about it that it surprises me that it isn't used more heavily with shared hosting setups dedicated to running WordPress powered sites.

    Or is there some catch that I'm not aware of?

  5. #5
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    Good question. I'm not sure, really. maybe becasue "everyone else does it" and the software available for webhosting is all Apache based?

  6. #6
    andreasnrb's Avatar
    andreasnrb is offline Kegger
    Join Date
    Jun 2009
    Posts
    594

    Default

    Why hosts don't have NGinx support is most likely lack of knowledge. Same reason most don't support Ruby or Python either. Think my host supports NGinX but only for static files.

  7. #7
    aldenml's Avatar
    aldenml is offline Hello World
    Join Date
    Jan 2010
    Location
    USA
    Posts
    62

    Default

    Apache is a server with a great number of oldest and trusted modules. Also, the lack of documentation in some areas for nginx can become a problem.

    BTW, why put nginx only as a proxy cache when you can use it for handle PHP as well (FastCGI)? I use Nginx+PHP in my VPS with very good results. Even for a low traffic site, you get the advantage of a more predictable memory consumption.

  8. #8
    joetek's Avatar
    joetek is offline Hello World
    Join Date
    Feb 2009
    Location
    Toronto, Ontario
    Posts
    59

    Default

    We use nginx at b5media as a load balancer, but still apache / mod_php on the webservers.

    The folks at Wordpress.com also use it:
    http://barry.wordpress.com/2008/04/2...lancer-update/
    Joe Taiabjee
    work: b5media.com - blog: joetek.ca - twitter: @joetek

  9. #9
    wpmuguru is offline Here For The Peanuts
    Join Date
    Sep 2009
    Posts
    133

    Default

    Quote Originally Posted by Ryan View Post
    Would it be possible for a webhost to have a shared hosting setup running Nginx?

    I've heard such good things about it that it surprises me that it isn't used more heavily with shared hosting setups dedicated to running WordPress powered sites.

    Or is there some catch that I'm not aware of?
    That could be done with nginx. It supports an include /path/to/folder/* for vhost entries. Shared hosts probably won't do that unless cpanel or plesk comes out with a module for writing the vhost files.

    We've been using Nginx for over a year. The performance claims I've seen are fairly reflective of our experience :)

  10. #10
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,797

    Default

    I assumed this wasn't possible with Plesk or cPanel. It just seems like something that would be really useful for a shared hosting environment custom built for WordPress. Something like Page.ly was the sort of thing I have in mind where it isn't intended to be used for anything but WordPress hosting and doesn't come with a control panel. Something idiot proof but can handle gob smacks of traffic.

Page 1 of 2 12 LastLast

Posting Permissions

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