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

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