• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Cronjob Plesk Apache Restart ?

OpenMedia

New Pleskian
Hello Guys ,
i have a little question for example i would like to restart the Apache 2 Webserver of plesk every 4 Days at 12:00 at night .
How i can make it ?

I have a :

- Ubuntu System 14.04 LTS
- Ican restart my webserver with /etc/init.d/apache2 restart

Crontab -e look actually bellow :

Code:
MAILTO=""
0       0       *       *       *       /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/wp-toolkit/scripts/instances-auto-update.php'
MAILTO=""
0       0       3       *       *       /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/renew-certificates.php'
 
Back
Top