ISPConfig Panel on every Domain

Discussion in 'General' started by /dev/zero, Feb 22, 2019.

  1. /dev/zero

    /dev/zero New Member

    Hey There,
    I got the issue that the ISPConfig panel is showing on every domain which is hostet on my Server... For example if i have www-example-com on my webserver and i go to www-example-com:1234 (my own port) then ISP login appears, I want the ISPCONFIG Panel just on 1 Domain (my-desiredDomain-com:1234). how can i Fix this?

    my ispconf.vhost:

    ServerName my-desiredDomain-com
    Listen 1234
    <VirtualHost *:1234>
    ... // nothing interesting
    </virtualHost>

    Thanks for your Help
    PS: Replace "-" with "."
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You have to set the ServerName within the vhost section.
     

Share This Page