• 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

PHP FastCGI Session

You can also use an event handler to create the directory and setup files.

You can get the php handler type by querying the database for that domain and only handle if its fastcgi

somethihng like

select php_handler_type from hosting h inner join domains d on d.id=h.dom_id where d.name='${NEW_DOMAIN_NAME}';
 
Back
Top