• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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