I really appreciate your diagrams at the start. I didn't understand why I needed a reverse proxy for SSL until I saw it.
@learningsoftwareskills2 ай бұрын
Thank you very much 🙏👍
@israelpel10 ай бұрын
very good my friend... thanks
@learningsoftwareskills10 ай бұрын
You are welcome 👍
@keshavsingh6118 Жыл бұрын
This is amazing bro, Thanks for such a detailed video
@learningsoftwareskills Жыл бұрын
Thanks a lot bro 👍
@LartiZen9 ай бұрын
Super clear !!! Thank You :-) Everywhere, all talks about nginx reverse proxy to deploy modern apps, docker etc… You proof me I still can stay on Apache2 :-)
@learningsoftwareskills9 ай бұрын
Thank you. I am glad this content helped you, cheers👍
@ArpanPatel-zj4vm8 ай бұрын
Great video, please continue to create new videos on different modules
@learningsoftwareskills8 ай бұрын
Thank you very much, I will try 👍
@solracnauj197 ай бұрын
Muchas gracias por mostar tus conocimientos.
@learningsoftwareskills7 ай бұрын
De nada
@danish2541987 Жыл бұрын
Great
@learningsoftwareskills Жыл бұрын
Thank you 👍
@konfushon Жыл бұрын
if you're here wondering if this video is relevant to you to understand configuring apache as a reverse proxy, I am glad to tell you that YES, IT IS THE VIDEO YOU'RE LOOKING FOR!
@learningsoftwareskills Жыл бұрын
Wow, thanks for vouching for this video. Means a lot to me👍🙏😀
@karthikbharadwaj6195Ай бұрын
Wonderful documentation and the video. Do you have the steps for configuing reverse proxy on tomcat ?
@learningsoftwareskillsАй бұрын
Hi, thanks for the awesome feedback. Currently i did not content on tomcat.
@mehransaeed72077 ай бұрын
Hello. thanks for making video on this. just quick question. how do you configure default site as some neutral site if you dont want proxied site as default site
@learningsoftwareskills7 ай бұрын
Hi, for that you need to create a simple HTML page and do static hosting for the default site. I have created a video on how to setup a static file hosting in apache at kzbin.info/www/bejne/f3-khaGmmciokLssi=i-4I8pfgktZ9igLK Hope this helps, cheers 👍
@mehransaeed72077 ай бұрын
@@learningsoftwareskills Thanks for responding back . I think what I meant was in the config below: Require all granted ServerName grafana.example.com SSLEngine on SSLCertificateFile /etc/httpd/grafana.crt SSLCertificateKeyFile /etc/httpd/grafana.key SSLVerifyClient none SSLProtocol all -SSLv2 -SSLv3 -TLSv1 SSLProxyEngine on ProxyRequests Off ProxyPreserveHost On ProxyPass / 10.0.0.1:3000/ ProxyPassReverse / 10.0.0.1:3000/ ErrorLog /var/log/httpd/grafana_error.log CustomLog /var/log/httpd/grafana_access.log combined ErrorLog /var/log/httpd/ssl_error.log TransferLog /var/log//httpd/ssl_access.log CustomLog /var/log/httpd/ssl_request.log combined this above block is for grafana site proxy which is proxying the site grafana.example.com What about the the default site like if we resolve the ip of the proxy server or anything else other than grafana.example.com, it should go to default site which is index.html page. I have written the below config but I think it doesn't work still. basically everything else other than the proxy site should fall to default site. DocumentRoot /var/www/html Options Indexes FollowSymLinks AllowOverride None Require all granted ErrorLog /var/log/httpd/default_ssl_error.log CustomLog /var/log/httpd/default_ssl_access.log combined
@mantu12344 Жыл бұрын
Apache Web server conf file modified video
@sathvickh.k5036 Жыл бұрын
but your flask route is showed to '/' or did I miss something?
@learningsoftwareskills Жыл бұрын
Hi, pls see line 56,57 of the configuration for in the video at 05:30 , the requests to the url path /test will be routed to the application at localhost:50100/ Hope this helps, cheers 👍
@bequockhanh6278 Жыл бұрын
why i cann't find test_reverse_proxy?Thanks
@learningsoftwareskills Жыл бұрын
Hi, you need to create that file. I created it just for this demo Hope this helps, cheers 👍