• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Where is Plesk Panel's PHP binary?

gbotica

Regular Pleskian
Hi,

Does Plesk's own server, "sw-cp-server" use a different PHP binary than is used for hosted sites?

If so, where is it?

I've found the .ini, /usr/local/psa/admin/conf/, but I can't figure out where the binary would be?

I'm trying to run some WP-CLI commands, but some functions I have disabled in the default PHP.ini are required by WP-CLI.

Thanks.
 
It is /usr/bin/sw-engine. But note, that it would be better to use user's php for wp-cli because consequences are unpredictable in case of using admin's php. Also you can use separate php.ini for wp-cli Something like

# /usr/bin/php5 -c xxx.ini wp-cli.php
 
Back
Top