• 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.

possible to have domain enabled at specific time?

D

dennysp

Guest
Hi,
I want to kno if it is possible to have a specific domain get disabled and reenabled at certain times of the day, example, domain.com will become available at 6:00am and at 12:00am become disabled, is that possible? I know it would require a cron job, but I'm not sure what is the command.

Thanks in advance
-d
 
If the actions needs to be ran on daily basis then you should use "cron", if not you should use "at" command along with creation utilities.

For help use:

man 5 crontab
man crontab
man at

Good luck.
 
Well, I know I have to use cron, but I'm not sure what is the plesk command to run to enable/disable the domain.
 
/usr/local/psa/bin/domain.sh --off domain.com
/usr/local/psa/bin/domain.sh --on domain.com

Good luck.
 
Back
Top