Setup Apache as Reverse Proxy for Tomcat Server On Ubuntu 20.04 LTS / Linux Mint 19.3

preview_player
Показать описание
This tutorial will help you to setup Apache web server as Reverse Proxy for the Tomcat hosted applications.
Apache Tomcat is used to deploy and serve JavaServer Pages and Java servlets. It is an open-source technology based off Apache.
Рекомендации по теме
Комментарии
Автор

Great tutorial, but id suggest to change the authorization orders in Location: Order deny, allow, Allow from all.They are deprecated and recommend to use Require user. As apache documentation:"The Allow, Deny, and Order directives, provided by mod_access_compat, are deprecated and will go away in a future version. You should avoid using them, and avoid outdated tutorials recommending their use".

eduardojosegutierrezpascua