• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Subdomain behavior

Markus_Eyrich

Basic Pleskian
Hi there,

Is it just me doing something wrong or is the subdomain behavior in Plesk 10 completely messed up ?

If i create a Domain, the Folder for it is created under /var/www/vhosts/domain.tld, below this folder there's a structure including httpdocs and so on, so far, so good. Now if i create a subdomain, let's say "test" this Subdomain is now created on !2! places, one folder under /var/www/vhosts/domain.tld/test (without any folder structure) and another one in /var/www/vhosts/test.domain.tld with "some" structure.

Not even that this is strange enough, also the configuration for this subdomain is in /var/www/vhosts/test.domain.tld (php settings etc if using fcgi) but everything else (files for the website) is under /var/www/vhosts/domain.tld/test/ ...

This is more than nonsense....

Is that really the case, or am i doing something completely wrong here, regarding Plesk 10 ?

Kind regards,

Markus
 
Igor, there is nothing new, in this document...I'm using Plesk since version 7, i could live with the new subdomain place, that is ok, but why is there another /var/www/vhosts/test.domain.tld created, in which are the php.ini settings when using fcgi mode ? Wouldn't it make more sense to have the subdomain specific configuration below the normal vhost dir for the general domain?

BTW: why was "upload_tmp_dir" removed from the php settings?
 
Since Plesk 10 version concept of subdomains was revised. System files of subdomains are located in /vhosts/<subdomain-name>.example.com/ now, just like for a regular domain. All domain-management features are available for subdomains. All limitations on putting subdomains in the subdomains/ directory were eliminated.

In which Plesk version "upload_tmp_dir" was in php settings?
 
I thought it was, but maybe i'm getting this wrong since i had this directive in my php.ini files...well, but it should be in there i guess.
 
Back
Top