Это видео недоступно.
Сожалеем об этом.

How to Configure PHP (and PHP-FPM) for Apache on Ubuntu

Поделиться
HTML-код
  • Опубликовано: 1 фев 2021
  • Learn how to configure Apache to use a specific version of PHP and PHP-FPM on Ubuntu.
    Find more at tonyteaches.tech
    Check out my vlog channel ‪@TonyFlorida‬
    #php #phpfpm #apache

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

  • @Coatzintla
    @Coatzintla 7 дней назад

    You're my hero, rarely I push the like buttom but you deserve a one more suscriber

  • @andrewvalenzuela1790
    @andrewvalenzuela1790 Год назад +1

    was pulling my hair out and have read 20 LAMP install tutorials before finding this. Thank you

  • @akimdlanglois
    @akimdlanglois 3 года назад +5

    ALL your videos are so good you teach better than all my teachers thank you very much for making me understand you made my week and also made my semester way easier.. I will recommend your videos !

  • @Machiuka
    @Machiuka 2 года назад

    Finally you show me the solution. After reinstalling apache php didn't work and a2enconf php7 didn't work either. Now all is back to normal. Thank you!

  • @anthonyhaddad5630
    @anthonyhaddad5630 2 года назад +2

    Thank you Tony, very clear and helpful

  • @jashwaaradhya2989
    @jashwaaradhya2989 2 года назад

    THE ONLY TUTORIAL !!!!

  • @Rafael_hobby
    @Rafael_hobby 4 месяца назад

    FINALLY

  • @W0W1W4
    @W0W1W4 4 месяца назад

    how to replace the index.php file with a index.php file countaining the index for our web application ?

  • @thatsenam9183
    @thatsenam9183 2 года назад

    OMG What a video quality.

  • @BigDickWonderHole
    @BigDickWonderHole Год назад

    hey i have followed this religiously to the T and configured php into apache perfectly down to the dang indentation and whenever my php file loads on my server which is debian it shows as plaintext and it wont be rendered as a php file

  • @ElegantSolutions
    @ElegantSolutions 11 месяцев назад

    Excellent, but it would be helpful if you presented just a little more slowly. Thanks

  • @rainbowdouro4391
    @rainbowdouro4391 Год назад

    hi how enabled a2ensite newsite.conf with php-fpm 7.4

  • @CH-zp1zv
    @CH-zp1zv 6 месяцев назад

    sir why you don't just here in the comment sectio the necessary to input like filesmatch

  • @mrg3921
    @mrg3921 2 года назад +1

    Thanks!

  • @lands1459
    @lands1459 11 месяцев назад

    tried this, php isn't running. what do i do?
    edit: ran a2enmod and now i get http 503, i tried rebooting the system and same error.

  • @jashwaaradhya2989
    @jashwaaradhya2989 2 года назад

    This works with aws load balancer. This is the only video on the internet with this method.

  • @JuanGarcia-yl7me
    @JuanGarcia-yl7me 2 года назад

    Great video

  • @joshuavanderpoll5452
    @joshuavanderpoll5452 3 года назад

    Thank you for the explanation. Are you planning on making a video about PHP-FPM apache2 about how to use a new pool for every separate website (No www-data but custom users per website, chroot directory ect). I'm working on a shared hosting server and can't find anything online thats up to date.

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад

      I'm not making a video on this topic, but as you have pointed out, it will entail creating new user accounts to run the other sites under

  • @prashkotak
    @prashkotak 3 года назад

    Hello Tony can you please bring same video for rhel or centos, also what is the different between modphp and php-fpm and cgi , could you please bring nice video here , there is no proper resources/video avaliable any where

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад

      I do not work with RHEL or CentOS. Perhaps I can consider this in the future

  • @mcyellen63
    @mcyellen63 2 года назад

    Super helpful video, but running into issue where phpinfo() tag isn't rendering. I created a new site and know it's configured correctly within apache since I can see it. But the phpinfo doesn't appear when the index.html is rendered. Gotta be missing something.

    • @TonyTeachesTech
      @TonyTeachesTech  2 года назад

      Yeah that's what it sounds like. Not able to tell from here

    • @seangill2399
      @seangill2399 2 года назад +1

      the file needs to be .php not .html