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

problematic access to subdomain

foulquesd

New Pleskian
Hi there,

First the situation. I recently installed a SVN on my server (working under CentOs6) and I want to access it from the url svn.mydomain.com . It seems that I can access it in http (haven't tried to really use it but I access the revision 0 with the browser), but if I use https I have the apache2 test page (by default when you don't have any files on the domain).
I searched with google where my configuration wasn't good but I couldn't find it. If any of you has an idea. If you have a question or need any specific detail I'll be happy to answer.
 
Ensure SSL support is enabled under subscription hosting settings. If it is, try reconfiguring vhosts with the following under an SSH session.

/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
Thanks Dave, even if in the end I had to search all the day for the answer.

Even if your answer isn't the solution it helps as I had to change the configuration of the domain.

For the ones who could have the same problem, the answer is that tutorial on the net talk only about the vhost.conf file to create (or modify). But the fact is that plesk doesn't call this file when you use https, it calls vhost_ssl.conf. So you just have to write the same lines in this vhost_sll.conf and execute "/usr/local/psa/admin/sbin/httpdmng --reconfigure-all".
 
Back
Top