• 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 handlers not working

Steve Vos

New Pleskian
Dear,

I just installed a new plesk 11 server on Centos 6.3. I'm trying to get my event handlers to work but for some strange reason it is not working.

I created a create test.sh in /usr/local/psa/bin with following content:

Code:
#!/bin/bash
/bin/date >> log.txt

I created a new event handler for 'panel failed login' executed is as both root ans psaadm but both no luck. When i login with a wrong password into plesk nothing is written to the log file.

The command that I use is /usr/local/psa/bin/test.sh

Permission on sh are set correctly , as I run it from commandline it is working smoothly.

I also tried some other event handlers but also with no luck, it seems that event handlers are turned off is that possible ?

Can someone help me with this ?
 
Back
Top