Nginx for dynamic PHP sites (with PHP-FPM) [Episode 4]

Поделиться
HTML-код
  • Опубликовано: 23 окт 2024

Комментарии • 20

  • @VikasKaushikonline
    @VikasKaushikonline 6 лет назад

    Thanks Christophe... your Nginx playlist literally answered most of my questions and gave a good head start.. saved time..

  • @kovinster
    @kovinster 8 лет назад

    thanks a lot :) none of the other tutorials work, i've tried at least 10 different ways to do this since yesterday, only yours worked. Cheers, mate.

  • @pnguyen45
    @pnguyen45 9 лет назад

    Great video Chris. A friend and I are just starting our dive into LEMP stack.

    • @pnguyen45
      @pnguyen45 9 лет назад

      +Christophe Limpalair could you do a video on how to use Docker?

  • @jonasglue
    @jonasglue 4 года назад

    You are a great teacher.

  • @einardivision
    @einardivision 5 лет назад

    Great refresher on nginx!

  • @bishalneopaney8641
    @bishalneopaney8641 4 года назад

    thanks man this was a great start to nginx but im still having trouble configuring php-fpm...
    i genuinely need your help

  • @ausamaal-khalifa7645
    @ausamaal-khalifa7645 8 лет назад

    This was helpful for me, thank you

  • @ahmedsultan8841
    @ahmedsultan8841 8 лет назад

    great work chris .. thx alot .. keep it up bro

  • @AlexBraunton
    @AlexBraunton 9 лет назад +1

    Great video Chris!

  • @vranjit5113
    @vranjit5113 4 года назад

    i have done every as you said in this video, i have fixed all errors, but still i don't get any output for php7.4-fpm.
    i have done as you have mentioned in your video and also i have refered your github link.
    kindly tell me what should i do?

  • @SuperHornet111
    @SuperHornet111 7 лет назад

    I had php-fpm which included php 5.4 version, then I updated to 5.6 but now when I try to change listener path there's nothing like php4-fpm/php5-fpm.sock any ideas?

  • @mikael5743
    @mikael5743 8 лет назад +1

    Thank you!

  • @rolandougalde1472
    @rolandougalde1472 8 лет назад

    Nice job I'm doing so, in FreeBSD 11, no process hang up at all.

  • @md.jubaerhossain63
    @md.jubaerhossain63 Год назад

    Article url doesn't work.

  • @apderic1079
    @apderic1079 6 лет назад

    you are good , sorry i mean too good

    • @apderic1079
      @apderic1079 6 лет назад

      can this concept also be adapted for flask applications as well.

  • @ssshenkie
    @ssshenkie 8 лет назад +1

    Thank you for the video, i managed to setup a pretty basic web server to work with.
    Maybe usefull for future watchers:
    I ran into some issues while trying to follow your video.
    1) creating a new file in /etc/php5/fpm/pool.d/, and backing up the old one resulted in this error:
    "No pool defined. at least one pool section must be specified in config file
    So i ended up just using the old one *www.conf*
    2) Error in config file in /etc/nginx/sites-available (server was showing blank page, instead of parsing PHP)
    The way you set it up, didn't work for me, i tweaked it slightly to make it work, here is the result:
    pastebin.com/x0cU2dYT
    3) By default the all the folders in /usr/local/nginx are owned by *root* i had to modify this to be owned by *www-data:www-data* and set the permission to 775 or (read write and execute for owner and group, and read and execute for everyone else)