• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

creating virtual hosts in plesk 8.2...please help!!!

E

elduderino

Guest
Hi,

I've been trying to create virtual hosts using httpd.conf but have found out that plesk overrides this.... i need to check i'm doing the right things to get my virtual hosts working with plesk....so:

1. i've gone to /var/www/vhosts/mydomain.com/subdomains and created a directory and given it the name of the vitural host i want....and then created a directory called conf within that and put a file in the called vhost.conf....so the path now looks like this:

/var/www/vhosts/mydomain.com/subdomains/newsite.mydomain.com/conf

in conf ive created a file called vhost.conf and put some virtual hosting stuff in it:

<VirtualHost *:80>
ServerName www.newsite.mydomain.com
DocumentRoot /var/www/vhosts/mydomain.com/httpdocs/play
</VirtualHost>

i then run this ( because it said i should somewhere )
DocumentRoot /var/www/vhosts/boudaki.com/httpdocs/play

and re-started the apche server.

Now when i go to newsite.mydomain.com all i get is is the default server page......

Can anyone tell me what i'm doing wrong or if im on the right track at all???

There is another directory under /www called vhosts when i look in it the files for my main dite and the server default page can be found
 
Ah i needed to create it in the plesk control panel....it's not exactly apparent what you have to do in order to get a sub-domain going.
 
Back
Top