Skip to content

Commit ca8af12

Browse files
authored
Merge pull request #124 from annkots/master
TCR-678 corrections
2 parents e02e94c + 1cbd81b commit ca8af12

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/control_panel_integration/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,13 +781,20 @@ It should point to an executable file that generates a JSON file similar to the
781781
```
782782
</div>
783783

784-
<span class="notranslate">`web_server_config_path`</span> should point to a path that is added as <span class="notranslate">`IncludeOptional`</span> in this domain's virtual host e.g., <span class="notranslate">`/path/to/example.com/specific/config/to/include`</span> path should be added for the <span class="notranslate">`example.com`</span> domain.
784+
<span class="notranslate">`web_server_config_path`</span> should point to a path that is added as <span class="notranslate">`IncludeOptional`</span> in this domain's virtual host e.g., <span class="notranslate">`/path/to/example.com/specific/config/to/include`</span> path should be added for the <span class="notranslate">`example.com`</span> domain.
785785

786-
### WordPress Plugin with non-CloudLinux generic panel environment
786+
### 4.5 WordPress Plugin with non-CloudLinux generic panel environment
787787

788788
This section explains how install the [**Imunify Security WordPress Plugin**](https://docs.imunify360.com/wordpress_plugin/) on servers that **do not run CloudLinux OS** and use a **home-grown** or **“generic” hosting panel**.
789789

790-
1. Ensure the PHP-handler discovery script is present. Add (or reuse) the PHP discovery script described in the [CloudLinux OS integration guide](https://docs.cloudlinux.com/cloudlinuxos/control_panel_integration/#php).
790+
1. Ensure the PHP-handler discovery script is added to `integration.conf`.
791+
```
792+
[integration_scripts]
793+
...
794+
php = /scripts/php
795+
```
796+
797+
Add (or reuse) the PHP discovery script described in the [CloudLinux OS integration guide](https://docs.cloudlinux.com/cloudlinuxos/control_panel_integration/#php).
791798

792799
2. Extend your [domain](https://docs.imunify360.com/control_panel_integration/#data-description) API response. Your `domain` script must now return PHP-handler details for **every** hosted domain.
793800

0 commit comments

Comments
 (0)