• 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.

Plesk Command line (call it with PHP) Is it possible ?

C

Cameleon

Guest
Is it possible to call Shell command line in plesk wich is located in: /usr/local/psa/bin/
By PHP script that i got in one of my domains ?

I will explain my goal, I need to use Plesk command line interface to create email account, and want to call it with PHP file executed by Apache one of my domain.

So: I want to run www.domain.com/create.php and php file need to execute command below
/usr/local/psa/bin/mail --create [email protected] -mailbox true -passwd ****** -cp-access true -mbox_quota 10M

Is it possible to do ?
Thx in advice
 
It is possible to do, but in order to do that you would have to allow several dangerous functions in php which in all honesty should be disabled unless you want to get hacked. It would be better if you could call the Plesk API from your PHP script instead, that would accomplish the same thing and be a lot more secure.
 
Back
Top