You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ids_integration/README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@ When some IP address is blocked by <span class="notranslate">LFD, Imunify360</sp
46
46
1. <spanclass="notranslate">_Automatically scan all modified files_</span>
47
47
48
48
<spanclass="notranslate">CXS Watch</span> daemon must be disabled.
49
+
50
+
<details>
51
+
<summary>Click here for more guidelines.</summary>
52
+
49
53
```
50
54
# stop and disable the service so it won’t start on boot
51
55
systemctl stop cxswatch
@@ -59,15 +63,18 @@ systemctl unmask cxswatch
59
63
```
60
64
:::tip Note:
61
65
You normally don’t need to chmod or rename `/etc/cxs/cxswatch.sh`. Masking the unit already prevents activation by other services. (If you do want an extra safety lock, you can `chmod 000 /etc/cxs/cxswatch.sh` and revert with `chmod 755` later. The script path is standard for CXS.
62
-
:::
66
+
:::
67
+
</details>
63
68
64
69
2. <spanclass="notranslate">_Automatically scan any files uploaded using web_</span>
65
70
66
71
<spanclass="notranslate">CXS ModSecurity</span> vendor should be disabled.
67
72
68
-
You can do this by CLI (preferred for repeatability) or via WHM UI.
73
+
<details>
74
+
<summary>You can do this by CLI (preferred for repeatability) or via WHM UI. Click here for more guidelines.</summary>
75
+
76
+
**CLI (root)**
69
77
70
-
**CLI (root)**
71
78
The vendor short name for CXS is `configserver` (per vendor metadata). Use either the helper script or WHM API:
WHM » Security Center » ModSecurity® Vendors → find **ConfigServer (CXS)** → toggle `Enabled` to `Off.` (You may also click Delete to remove it entirely.)
94
+
**WHM UI (if you prefer)**
95
+
96
+
WHM » Security Center » ModSecurity® Vendors → find **ConfigServer (CXS)** → toggle `Enabled` to `Off.` (You may also click Delete to remove it entirely.)
97
+
</details>
89
98
90
99
4. <spanclass="notranslate">_Automatically scan any file uploaded using ftp_</span>
0 commit comments