• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How to set a destination for a domain?

E

eggzeck

Guest
How can i set the destination of a domain?

Right now ALL domains are given access to the entire server.

I want to be able to give a domain access to a certain dir, like /yourdomain will be its home dir.

Any help will be appreciated.
 
Originally posted by eggzeck

Right now ALL domains are given access to the entire server.

I want to be able to give a domain access to a certain dir, like /yourdomain will be its home dir.
Sounds like your Plesk server has something misconfigured. Normally a Plesk server will default to one of the following directory structures for domains:

/home/httpd/vhosts/domain.tld
or
/var/www/vhosts/domain.tld

Check your /etc/psa/psa.conf file and see if you have the following:

# Virtual hosts directory
HTTPD_VHOSTS_D /home/httpd/vhosts

or

# Virtual hosts directory
HTTPD_VHOSTS_D /var/www/vhosts

If not, then I would suspect that the entire psa.conf file may be bad (i don't like assuming that a single error is all)
 
I did:

less psa.conf

And yes that line is in there:

# Virtual hosts directory
HTTPD_VHOSTS_D /home/httpd/vhosts

:(

I guess i'll have to see what I can do, thanks for your help ShadowMan.
 
Could you clarify what exactly you mean by "Right now ALL domains are given access to the entire server."
 
Back
Top