• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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