Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
I had a similar problem with dropbox sftp connection. The backups stopped at 40-60%. The solution was to many connection errors by dropbox. Some days later works all fine.
Look on your log files to find your problem:
Apparently are settings in Tools$Setting>>cronjobs only for plesk himself? The solution is to add a cronjob by domain. Unfortunately, shows domain-cronjobs options for each domain only in dynamic view.
close close
Ok, a little more information:
I want to run a php-script-file by cronjob, that add a folder and a file to a domain structure. But if use root as cron-user will build folders and files as root owner. That do not work with my CMS. I've tested www-data user, but it will not create folder and...
Hi.
I create a cron job to add some data and files to my CMS with user www-data, because user psacIn was not available. Folder will create, but not a file.
What i can do? Other user, set some permissions or some repair?
By the way...where do the cron logs find?
Oh yea, it is a very old post. But my question fit in here.
I wrote a php script for scrap a website and save some data to a file. Unfortunately i get a 504 Gateway-Timeout. That's not the problem, but i saw that the file will bigger and bigger. That means that the script was still running...
I run a cronjob to export data in csv files in php 7.3. The job is running fast to a files size about 80MB after this size will very slow. I split the files in many 10MB files and the job running fast till ends.
Where does the delay come from when file size bigger than ~80MB ? System load...