Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:server_preparation [2020/07/28 09:08]
urbanl
tutorial:adm:server_preparation [2021/02/08 13:56]
soval [Instalation and software configuration]
Line 21: Line 21:
 dnf clean all dnf clean all
 dnf -y install epel-release dnf -y install epel-release
-dnf update -y+dnf -y update
  
 # other recommended packages installation # other recommended packages installation
Line 326: Line 326:
   * http://localhost:8080/manager   * http://localhost:8080/manager
   * http://localhost:8080/host-manager   * http://localhost:8080/host-manager
 +
 +<note important>These applications are optional but even when you will not install them you need to **set admin password** to increase security of Tomcat.</note>
  
 If you want to use them, it is necessary to do following steps. If you want to use them, it is necessary to do following steps.
Line 367: Line 369:
  
   * Again, restart the tomcat   * Again, restart the tomcat
 +
 <code bash> <code bash>
 systemctl restart tomcat systemctl restart tomcat
Line 607: Line 610:
                  
         # do not log request/response body         # do not log request/response body
-        SecAuditLogParts ABFHZ+        SecAuditLogParts AFHZ
 </IfModule> </IfModule>
 </code> </code>
  • by koulaj