• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk CLI subdomain exe: How to specify php fastcgi

elpatron

New Pleskian
/usr/local/psa/bin/subdomain --create demosubdomain
-domain masterdomain.com
-hard_quota 500m
-ssi true
-php true
-fastcgi true
-perl true
-cgi true
-ftp_user native
-login demosubdomain -passwd_type plain -passwd fttppass -ssl true -same_ssl true

The above command creates the subdomain perfectly except that when I go to the Plesk 9 control panel the PHP is running as an Apache Module. I want the PHP to be Fastcgi.

Any idea's?
 
when i doubt, use the --help switch and it will show you all the options and what they mean, sometimes with the accepted values as well

/usr/local/psa/bin/subdomain --help
 
Back
Top