I receive a "%1 is not a valid Win32 application" error. Why?
This is because your (Windows) server is not set up to execute scripts with a .cgi extension (or possibly no cgi scripts at all), and is likely to only recognize files that have a .pl extension. If you purchased one of our scripts and it has a .cgi extension, let us know you need the .pl version and we'll send it to you.
If you're the sys admin or have admin privileges, try this :
1.Start Regedt32.exe and open (or search for) the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC
\Parameters\ScriptMap
2.Click Add Value from the Edit menu.
3. If the Value Name is .pl, change it to .cgi
4.The Data type should be REG_SZ.
5.The String value should be \perl.exe %s %s
6.Restart the WWW service.
Dr. Web Update notifictions giving you grief?
If you've recently upgraded to Plesk 9 you may find that the DrWeb upgrade notifications are coming in no matter what you do to disable them.
There are several fixes posted all over the web, some may work, most will not.
You can try editing the drweb config file (/etc/drweb/drweb_handler.con), setting the notification options to no and restarting the drweb service (/etc/init.d/drwebd restart). Won't help.
You can try removing or disabling drweb in the Plesk settings. Won't help.
You can try deleting or editing the update script (/opt/drweb/update.pl). Won't help.
You can try following Plesk's advice and editing the PSA database that stores the notification switches. Same as editing the drweb config files. Won't help.
You can try disabling the crons for both the root and drweb users (/var/spool/cron/crontabs/root and /var/spool/cron/crontabs/drweb). May help.
To finally put an end to it, I also had to disable a hidden cron I found here :
/etc/cron.d/drweb-update
And the command within it confirms this is the bastard we're looking for:
*/30 * * * * drweb /opt/drweb/update.pl
Delete the file.
rm /etc/cron.d/drweb-update
Done.