Setting reverse proxy using apache

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

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

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

    I love you man, i was comming back crazy!

  • @doninofandi1187
    @doninofandi1187 6 лет назад +1

    I love this tutor. Thanks Mahtab!

  • @DOTNET312
    @DOTNET312 4 года назад +1

    Good one. Please provide the specific configurations steps for CentOS 8

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

    How do i check if someone is installing apache to run multiple reverse proxy

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

    simple explanation ..it is very good .need to impove

  • @nareshpeetani
    @nareshpeetani 6 лет назад +2

    hi alam good tutorial . but how do we redirects web server and tomcat application in reverse proxy. we have web server and tomcat applications in two different servers.

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

    Thank you so much for this tutorial. Keep up the good work!

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

    very good at explaining! thank you so much

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

    Thanks for the tutorial! I'm using this to serve an SSL certificate with a web app I'm running in Docker and serving on port 8080. This seems to point to that just fine!
    I'm a little confused though...it doesn't seem to be serving my any of my static files. When I ping 'MY_IP_ADDRESS:8080', everything serves just fine. I'm not sure why that isn't getting served....if I'm serving my web app on 8080, shouldn't the forwarding return those files too?

  • @vishalkg1137
    @vishalkg1137 6 лет назад +1

    Thank you so much, You made my day

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

    Thanks a lot Mahtab, great tutorial.

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

    Thank you so much. It work.

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

    Love it!

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

    Is it me or does it sound like this guy doesn't touch type? cool tutorial, thanks.

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

    Great start.....

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

    Hi Sir, when I hit the proxy server it is changing the url in the address bar, how to avoid that? thanks

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

    awesome!

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

    When I reload, the new conf file doesn't go in site-enabled and the default page still shows. Do you have any idea of what I might have done wrong?

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

      I know this is a year old, but I found the solution:
      add the "ServerAlias"
      eg:
      ServerAlias example.com
      ProxyPass / localhost:3000/
      ServerAlias www.example.com
      ProxyPass / localhost:3000/

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

    Thanks , But can you show me like related to mod security and revers proxy for web server

  • @YousifNael
    @YousifNael 6 лет назад +1

    I love you.

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

    👍👍

  • @aakashtrivedi9237
    @aakashtrivedi9237 6 лет назад +1

    thanks bhai

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

    how can we listen to for eg: www.helloapp.com

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

    this is not reverse proxy lmao