1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Is NginX an actual server?

Discussion in 'Nginx' started by Brad77, Nov 30, 2013.

  1. #1
    I have my site on dedicated Apache/Linux server now. Is NginX something I install on there or is it a server?

    If it is a server where do I find then to host my site? What do I look for?
     
    Brad77, Nov 30, 2013 IP
  2. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    405
    Best Answers:
    21
    Trophy Points:
    295
    #2
    Its a replacement for apache basically. It is in fact quite a bit faster as well. I have been meaning to switch over to it myself but I have been too busy to futz with it.

    Nigel
     
    Nigel Lew, Nov 30, 2013 IP
  3. freelancewebaz

    freelancewebaz Well-Known Member

    Messages:
    976
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    145
    #3
    It's more than just a webserver; it can also serve as a load balancer and front-end proxy. There are a ton of extensions that can be loaded as well to give it more functionality. It functions quite differently than Apache and at first the configuration format is odd but once you grok it you'll love it's performance and flexibility.
     
    freelancewebaz, Nov 30, 2013 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    If you have the opportunity to switch to it over Apache, do it. We use it here for our web server as well as php-fpm load balancing. It's nice because it supports SPDY right out of the box (Apache requires much more effort to make SPDY work).
     
    digitalpoint, Dec 4, 2013 IP
  5. HalfDedi

    HalfDedi Greenhorn

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    8
    #5
    nginx is a web server (same like apache) with some advantages over apache as it's lighter. you can go to nginx.org for more information
     
    HalfDedi, Jan 31, 2014 IP
  6. mokah

    mokah Active Member

    Messages:
    88
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    65
    #6
    I almost exclusively use NGINX now. It's so fast, easy to use and yeah, it supports SPDY out of the box and I think they recently (like 5 days ago) upgraded the implementation.
     
    mokah, Feb 2, 2014 IP
  7. TheMRK

    TheMRK Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #7
    So at all you'd prefer nginx especially if you're about setting up a server newly? Wats about security aspects? Apache 2.4.7 offers a lot of modules for such.

    My question to you is: I'm going to run a server on which approx. 20 sites will be hosted with 50k total hits per day. Should I use NGINX or apache (if I'm not going to expand)?
     
    TheMRK, Feb 24, 2014 IP
  8. HalfDedi

    HalfDedi Greenhorn

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    8
    #8
    it depends on what those sites need, are they using complex rewrite rules? because if they are, you'll need to translate from apache's rewrite rules to nginx's rewrite rules. some popular CMS such wordpress already have nginx rewrite rules but if you use custom scripts for example then you have to write the rules your self
     
    HalfDedi, Feb 24, 2014 IP
  9. TheMRK

    TheMRK Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #9
    I see. Thx I chose apache.
     
    TheMRK, Feb 25, 2014 IP
  10. sampathneo

    sampathneo Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #10
    you can use nginx as reverse proxy to apache
     
    sampathneo, Mar 28, 2014 IP
  11. TheMRK

    TheMRK Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #11
    How do you mean? Please be a bit more specifically.
     
    TheMRK, Mar 28, 2014 IP
  12. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #12
    You can, but there's rarely a reason to actually do it. It just adds more stuff that can break...
     
    digitalpoint, Mar 28, 2014 IP
  13. hangbowl

    hangbowl Well-Known Member

    Messages:
    228
    Likes Received:
    3
    Best Answers:
    4
    Trophy Points:
    143
    Digital Goods:
    2
    #13
    if You use low budget VPS, i think NGINX is a good choice.
    about rewrite rule, there are many tutorial or You can ask at forums.
     
    hangbowl, Mar 29, 2014 IP
  14. Mr Lee

    Mr Lee Greenhorn

    Messages:
    27
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    20
    #14
    I believe Facebook and other large social networks use NGINX. So it is accepted.
     
    Mr Lee, Apr 14, 2014 IP