mod proxy - Use mod_proxy to change port to url apache2 -


i'm running nodebb forum runs on port 4567 , need redirected https , have port removed on end. i've looked around nothing has worked. i've tried:

loadmodule proxy_module modules/mod_proxy.so loadmodule proxy_http_module modules/mod_proxy_http.so <directory />    allowoverride none    require denied </directory>  proxypass         /  https://forum.website.net:4567 proxypassreverse  /  https://forum.website.net:4567 

i want end url this: https://forum.website.net. in advance.

i had slight error.

loadmodule proxy_module modules/mod_proxy.so loadmodule proxy_http_module modules/mod_proxy_http.so <directory />    allowoverride none    require denied </directory>  proxypass         /  https://forum.website.net:4567 proxypassreverse  /  https://forum.website.net:4567 

Comments

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

javascript - return highlighted cells to php -

java - Creating a room by reading from a file (for a game) -