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

Apache ServerName overwritten

SebastianP

New Pleskian
I use a vServer with Plesk installed. I have some Problems with the default SSL vHost. For first setup, my provider tells me a Domain Name for use like somehost.someserver.net. After setting up the server, i added my own domainname to the server like mserver.de. If i would like to use a WebDav Share on https://myserver.de/webdav/ some clients cant connect to the server. I have found that the reason was a missconfigured default vHost at /opt/psa/admin/conf/generated/13645618820.53472000_server.include. Inside this there was a Directive
Code:
    <VirtualHost \
        my.ip.ad.res:443 \
            >
        ServerName "default-my_ip_ad_res"
. Only if i change ServerName manualy to
Code:
ServerName "myserver.de"
, some of my Clients could connect. As Hostname in Plesk myserver.de ist set. But every time, i change something via Plesk, a new configuration is written in the above directory and the ServerName Directive is changed back to "default-my_ip_ad_res". With this, some of the Clients could not connect.

Is there something i can do or any workaround? I hate it, to change it manualy.
 
Last edited:
Back
Top