• 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

Question Cant select php fast cgi

Hi omer_gokmen,

pls. note, that the PHP - handlers could be listed with the command:
Code:
plesk bin php_handler --list

You are able to see, if a PHP - handler has been disabled for example and you could change that with an example command like:
Code:
plesk bin php_handler --enable -id fastcgi
( if the PHP - handler with the ID "fastcgi" has been disabled )



More Plesk PHP - handler commands can be viewed with the command
Code:
plesk bin php_handler --help
... or by visiting the Plesk documentation at:

 
Back
Top