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

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