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

Issue Adding existing site to Plesk (Ubuntu 16.04)

pnik

New Pleskian
Hello,

I'm new to sys administration, I started working on the server that has Plesk installed, but I was not aware of Plesks vhosts (I've never used Plesk before). So these are the steps I've done:

1. I have setup my site under /var/mysite
2. I have installed all necessary dependencies and database (Postgres)
3. I have installed apache2 and apache mods, activated them and setup apache virtual hosts in /etc/apache2/sites-available/mysite.conf and then activated the site with a2ensite mysite (site is up and running)
4. When I go to my domain, I do not get my site loaded, Instead I get the plesk default page saying "Web Server's Default Page"

At this moment I realized I haven't configure nothing in Plesk, and I tried registering my domain in Plesk, but after trying to add it, I had two troubles: how can I set my document root to /var/mysite/public, and how can I use virtual host I defined in /etc/apache2/sites-available/mysite.conf?

How can I make my site visible?
 
log in to plesk

create the domain

this will create /var/www/vhosts/domain.com/httpdocs

move your files here

job done
 
Back
Top