Issue
- PHP Selector on Plesk cannot be enabled with error:
No selector dir for user exampleuser
- CageFS is enabled by default
Environment
- CloudLinux
- Plesk
Solution
- Ensure that CloudLinux specific Event handlers are present in Plesk in Tools & Settings > Event Manager
- If they are absent, add them:
# plesk db "INSERT INTO `event_handlers` VALUES (1,50,'root','/usr/share/cloudlinux/hooks/plesk/physical_hosting_created','phys_hosting_create'),(2,50,'root','/usr/share/cloudlinux/hooks/plesk/physical_hosting_updated','phys_hosting_update'),(3,50,'root','/usr/share/cloudlinux/hooks/plesk/physical_hosting_deleted','phys_hosting_delete'),(4,50,'root','/usr/share/cloudlinux/hooks/plesk/domain_updated','domain_update'),(5,50,'root','/usr/share/cloudlinux/hooks/plesk/plan_updated','template_domain_update'),(6,50,'root','/usr/share/cloudlinux/hooks/plesk/plan_updated','template_admin_update'),(7,100,'root','/usr/share/lve/modlscapi/hooks/plesk_update_hook.py','plesk_component_upgrade');"
Cause
CloudLinux specific Event handlers missing in Plesk
Comments
0 comments
Please sign in to leave a comment.