• 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 Scheduled task permanent for Website

Techtoox

New Pleskian
Hi Guys,

I have a question about a script (The script was included in a HTML file) that I have to run permanently on the Plesk server.

I have to set up an HTML file, i.e. a website that stays open permanently. It is roughly as if the Plesk server has the website open all the time, even if I am not on the site myself with my browser. The Plesk server should always have the homepage open.


The reason for this is an internal company test due to load access times and more .... So we have to simulate that the page is always open and stays open.

Is there a solution for this?
 
There is no such thing like "always open" pages. A page is a piece of text that is downloaded by the browser. The transaction is the download and maybe some script execution on the server, but once the page is downloaded, the process ends and there is no connection to the server.

I think what you want to do is to either dynamically reload data from the server, e.g. by using a JavaScript timeout function in the context of AJAX requests to the server and a script on the backend that delivers the desired data. But that's a software programming task that is totally unrelated to the server or Plesk.
 
Back
Top