Apache vs NGINX

Sdílet
Vložit
  • čas přidán 5. 03. 2023
  • Web server vs. application server: ibm.biz/Apache_Vs_NGINX
    NGINX Reverse Proxy: ibm.biz/NGINX_proxy
    If you're into web development, you have undoubtedly heard of Apache and Nginx. They're both open source web servers, but they have different strengths, and both are worth considering as part of your web architecture choices. Is speed at all costs your thing? Or extensibility? In this video, Martin Keen explains how these web servers work and then breaks down the tradeoffs of each solution (spoiler: it's not an either/or answer).
    Get started for free on IBM Cloud → ibm.biz/sign-up-today
    Subscribe to see more videos like this in the future → ibm.biz/subscribe-now
    #AI #Software #Dev #lightboard #IBM #MartinKeen #Apache #NGINX

Komentáře • 150

  • @dieguitoboy
    @dieguitoboy Před rokem +170

    Didn't really explain the differences between the two or gave any examples for which is better on certain aspects. The title of the video wasn't delivered

  • @green-coder-clj
    @green-coder-clj Před 14 dny

    8 minutes just to say "Nginx is faster and simpler to config" with no explanation.

  • @kirillzlobin7135

    DNS, MAIL, TCP and UDP?? Are these four should stay in one sentence. Aren't they from different categories?? DNS can use TCP and UDP... So this statement as in this video is definitely confusing making people think that these protocols are on the same level

  • @entalpa
    @entalpa Před rokem +32

    You didn't mention that Nginx can do Rate Limiting, WAF and more...Nginx can be a lot of faster by tweaking the settings for your use case.

  • @zgeorgem

    layer 7. not 7 layer.

  • @itdataandprocessanalysis3202

    *yelling gratitude*

  • @kavyeshs41
    @kavyeshs41 Před rokem +140

    we can install Apache's modules separately. but nginx needs a re-compilation of binary if want to enable a new module. and another main difference is Nginx is event driven while apache is process driven. which means nginx can handle much more request on single thread but apache create new thread for every request. which makes nginx fast/more performant

  • @larrywest42
    @larrywest42 Před rokem +4

    I do wish people would stop saying "SSL" when they mean "TLS". Virtually no one uses SSL any longer. Browsers disabled or removed it years ago, and I'd be very surprised if any of IBM's web sites still support it.

  • @im-a-trailblazer
    @im-a-trailblazer Před rokem +31

    This man has talent, and he is able to explain it in a very enjoyable way, and he can write backwards very fast. I need to up my game man...

  • @coll1208
    @coll1208 Před rokem +3

    Why is my YT beer-brewer talking about servers?!

  • @andygordon6880

    Fanatistic quick explanation of different considerations when looking at web server performance. Great start to answering the question. Thank you

  • @samjones4327
    @samjones4327 Před rokem +12

    Thank you very much for this lesson! You’ve unlocked a bit of a mystery for me as I’m beginning my cloud journey! 🥳

  • @unspoken2409
    @unspoken2409 Před rokem +1

    I have been looking for a video like this for a long time! Outstanding work!

  • @mohammadalaaelghamry8010

    Great resource of knowledge, high quality, very concise and to the point. I so much appreciate it. Thanks.

  • @snowywinter9
    @snowywinter9 Před rokem +1

    Such a pleasant and knowledgeable presenter. Fantastic delivery.

  • @khasanbekdev
    @khasanbekdev Před rokem +46

    Great, I always enjoyed videos of IBM Tech, can you make a video explanation for ASGI and WSGI servers.

  • @kamarton
    @kamarton Před rokem +8

    I've been using both for many years, and I like the modules and configuration of nginx much better.

  • @marcoswelker132
    @marcoswelker132 Před rokem +2

    Love the drawings. Helps a lot

  • @cguevaraaguilar
    @cguevaraaguilar Před 28 dny

    Thank you very very much! Finally I understood it in a simple, clear and practical way. I'm your fan!

  • @evgenii.panaite

    Amazing, always love your way to uncover technological nuances ❤