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/control_panel_integration/README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -781,13 +781,20 @@ It should point to an executable file that generates a JSON file similar to the
781
781
```
782
782
</div>
783
783
784
-
<spanclass="notranslate">`web_server_config_path`</span> should point to a path that is added as <spanclass="notranslate">`IncludeOptional`</span> in this domain's virtual host e.g., <spanclass="notranslate">`/path/to/example.com/specific/config/to/include`</span> path should be added for the <spanclass="notranslate">`example.com`</span> domain.
784
+
<spanclass="notranslate">`web_server_config_path`</span> should point to a path that is added as <spanclass="notranslate">`IncludeOptional`</span> in this domain's virtual host e.g., <spanclass="notranslate">`/path/to/example.com/specific/config/to/include`</span> path should be added for the <spanclass="notranslate">`example.com`</span> domain.
785
785
786
-
### WordPress Plugin with non-CloudLinux generic panel environment
786
+
### 4.5 WordPress Plugin with non-CloudLinux generic panel environment
787
787
788
788
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**.
789
789
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).
791
798
792
799
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.
0 commit comments