• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

server crashes

P

pingu@

Guest
Hi, my server crashes on a regular basis when all the psa cronjobs (like webstats) run on sunday morning. is anybody having similar problems? can one reduce the server load somehow? silly question? well, i'll try anyhow..thanks for hints
 
add
MAILTO="[email protected]"

to the top of the crontab
This will send you emails each time a job is ran. See if any errors are being generated.

in ssh to view crontab is

crontab -l

in ssh to insert a new file into with with the jobs is

crontab filename

then view it to make sure it took

crontab -l

NOTE the -l is lowercase L
 
Back
Top