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 [2020/11/18 12:40]
urbanl [Disabling mod_security rules] Nastaveni SecAuditLog u modsecu
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