• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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