committing changes in /etc made by "bash i360deploy.sh --uninstall"

Package changes:
This commit is contained in:
2023-02-13 12:13:05 +02:00
parent df88f452e8
commit bfb4916e2b
111 changed files with 17 additions and 2057 deletions

View File

@@ -1,10 +0,0 @@
# Imunify360 mod_security config patch
<IfModule security2_module>
# The following two settings are needed for realtime scanning of uploaded files
SecRequestBodyAccess On
SecTmpSaveUploadedFiles On
SecResponseBodyLimitAction ProcessPartial
# Warning: custom SecTmpDir/SecUploadDir do not work with cPanel apache jailshell
SecTmpDir /var/imunify360/tmp_modsec
SecUploadDir /var/imunify360/tmp_modsec
</IfModule>

View File

@@ -1,10 +0,0 @@
# Imunify360 mod_security config patch
# The following two settings are needed for realtime scanning of uploaded files
SecRequestBodyAccess On
SecTmpSaveUploadedFiles On
SecResponseBodyLimitAction ProcessPartial
# Warning: custom SecTmpDir/SecUploadDir do not work with cPanel apache jailshell
SecTmpDir /var/imunify360/tmp_modsec
SecUploadDir /var/imunify360/tmp_modsec
# used as work-around for DEF-14411
SecUploadKeepFiles On