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.
Let's say I have branches main and production. When I push branch main, it should deploy to /stage.domain.com , and when I push branch production, it should deploy to /httpdocs.
We are working as a team on local computers. We have testing subdomain (test.domain.com) where we deploy main branch. And on prodcution domain (www.domain.com) we deploy production branch. Repository is on the plesk. Unfortunatelly there is only one automated deployment option (for single...
I am SO SORRY for bothering you guys... just figure out an issue. Our website was first on test server which is not dead yet and it is working as well as cronjobs on it. Since I'm not calling php scripts but rather fetching url, and on old server there is no more my subdomain, it was calling...
This is becoming a twilight zone. I have added sleep(10); command to extend execution of cron scripts so I can "catch" them with some commands. When cron which is regularly working (/dpreport) is running, I caught it with ps axjf command, and it looks like this:
1 2407982 2407982 2407982...
Unfortunately it does not help. I have already checked is cron running twice, nope.
[root@thebox ~]# ps -A | grep crond
2407982 ? 00:00:07 crond
[root@thebox ~]# whoami
what is confusing is that I have listed cron logs, there are no logs of cron jobs disabled in plesk panel, like they...
I have checked if (somehow) crond process is runnign twice... nope.
[root@thebox ~]# ps aux | grep crond
root 2407982 0.0 0.0 37128 3896 ? Ss May05 0:07 /usr/sbin/crond -n
[root@thebox ~]#
I have added them as a user for specific domain. When I check crontab -l , there are no jobs listed. When I type crontab -l -u <username> I got them listed, all, just once (as expected).
I had setup scheduled tasks to run (fetching url), some of them were to send emails to certain people marked in email cron table. But we have noticed they all receive email twice? I was looking for mistake in code but code was correct. However, I have put in cron srcipt to record in txt file...