• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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