• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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