• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

event manager can't run domain.sh on domain creation?

Mshaker

Basic Pleskian
We want to disable PHP safe mode to each domain that we create. I tried adding an event to the "domain created" but it doesn't work ?

Event: Domain created
Priority: Normal
User: root
Command: /usr/local/psa/bin/domain.sh -u $NEW_DOMAIN_NAME -php_safe_mode false

This command works fine if I run it from bash .. why won't it work with the event manager ?
 
If it works fine in CLI - why you can't create corresponding script and run script in Event manager instead mentioned command?
 
This is a plesk bug

I tried what you said... that doesn't work either.

Event: Domain created
Priority: Normal
User: root
Command: /opt/scripts/domain_create.sh <new_domain_name>

cat /opt/scripts/domain_create.sh
Code:
#!/bin/bash
/usr/local/psa/bin/domain.sh -u $1 -php_safe_mode false

This looks to me like a plesk bug. The command works fine for me from bash but does not work when called from the event manager.
 
please confirm

IgorG can you please let me know what the status is on this ? Is this a confirmed bug or is their a workaround?
 
Thanks IgorG.. I didn't even know that their was a "Physical hosting created" option in the events dropdown list (I always just used "domain created" .. This should work now.
 
Back
Top