• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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