• 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

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