Skip to content

Commit 81cbbd9

Browse files
authored
Content tuning for TCR-732
1 parent a713d37 commit 81cbbd9

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

docs/ids_integration/README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ When some IP address is blocked by <span class="notranslate">LFD, Imunify360</sp
4646
1. <span class="notranslate">_Automatically scan all modified files_</span>
4747

4848
<span class="notranslate">CXS Watch</span> daemon must be disabled.
49+
50+
<details>
51+
<summary>Click here for more guidelines.</summary>
52+
4953
```
5054
# stop and disable the service so it won’t start on boot
5155
systemctl stop cxswatch
@@ -59,15 +63,18 @@ systemctl unmask cxswatch
5963
```
6064
:::tip Note:
6165
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>
6368

6469
2. <span class="notranslate">_Automatically scan any files uploaded using web_</span>
6570

6671
<span class="notranslate">CXS ModSecurity</span> vendor should be disabled.
6772

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)**
6977

70-
**CLI (root)**
7178
The vendor short name for CXS is `configserver` (per vendor metadata). Use either the helper script or WHM API:
7279

7380
```
@@ -84,8 +91,10 @@ whmapi1 modsec_deploy_settings_changes
8491
/usr/local/cpanel/scripts/restartsrv_httpd
8592
```
8693

87-
**WHM UI (if you prefer)**
88-
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>
8998

9099
4. <span class="notranslate">_Automatically scan any file uploaded using ftp_</span>
91100

0 commit comments

Comments
 (0)