• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Does anyone know the equivalent to doing this in a plesk server?

sailaja

New Pleskian
On a Linux Security Fundamentals, in the event that I need to run a command as an alternate php version, for example, introducing writer, I can run

Code:
 ea-php71 composer install

Does anybody know the comparable to doing this in a plesk server? My present composer install is utilizing php56.exe, however I have to introduce author with php 71 on command line.

Thanks,
Sailaja.
 
PHP 5.6 and 7.1 are already installed on Plesk
It seems that you are into some online security courses, I'd suggest to practice on a clean server without Plesk installed.
 
If PHP 7.1 on your server is provided by Plesk, you should be able to run the desired command via
Code:
/opt/plesk/php/7.1/bin/php composer install
 
Back
Top