Tag Archives: apache

How to redirect http to https and proxy pass using apache in ubuntu

This tutorial shows how to redirect your website from http to https using Apache. It also shows how to ProxyPass a web application in Apache.   For example, if your application is running in localhost:8080 you can make it redirect to localhost using Proxypass in apache. The first step is enabling the rewrite, proxy_http and […]