Difference between revisions of "Setup apache2 reverse proxy"

From Hawk Wiki
Jump to: navigation, search
(Created page with "==ubuntu install apache== <pre> sudo apt install apache2 a2enmod proxy_wstunnel a2enmod proxy a2enmod proxy_http a2enmod proxy_balancer a2enmod lbmethod_byrequests sudo serv...")
 
(No difference)

Latest revision as of 04:37, 3 May 2021

ubuntu install apache

sudo apt install apache2

a2enmod proxy_wstunnel
a2enmod proxy
a2enmod proxy_http
a2enmod proxy_balancer
a2enmod lbmethod_byrequests
sudo service apache2 restart