• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Backup: Subdomain?

omexlu

Regular Pleskian
Hello,

I wanted to ask if I now add a subdomain via "Add Subdomain" which gets its own folder, will it be included in the Daily Backup because this folder is outside of httpdocs then, isn't it?

Thanks in advance.
 
Hello @IgorG

If I understand correct subdomain will not be backed up on customer level?

I have another question related to subdomains:
- is it possible to define a different php version for the subdomain as the main-domain?

Thanks in advance.
 
Will be backuped.

That's very cool, the Standart path of a subdomain is just under 'httpsdocs', correct?

Yes, you can define different PHP version for subdomain and for main domain in the corresponding PHP settings.
That's is very cool to, even if the path is inside httpdocs?

Example:
Main-domain (httpdocs) = php 7.1
Subdomain (httpsdocs/subdomain) = php 7.4

Will this example work or must the subdomain be outside httpdocs?

Thanks for your help.
 
Default location of subdomain directory is outside of main domain httpdocs - Virtual Host Structure (Linux)

Code:
# ll /var/www/vhosts/domain.tld/
total 8
drwxr-x---. 12 admin_ftp_12 psaserv 4096 Mar  2 21:59 httpdocs
drwx------.  5 admin_ftp_12 root    4096 Mar  4 03:09 logs
drwxr-xr-x.  2 admin_ftp_12 psacln     6 Nov 17  2017 snapshots
drwxr-x---.  8 admin_ftp_12 psaserv  169 Sep 16 17:07 xf.domain.tld

but I don't understand why you are so worried about it?
Backup and PHP versions are not affected by this fact.
 
Back
Top