ISPConfig port between servers

Discussion in 'Installation/Configuration' started by kinai, Feb 21, 2014.

  1. kinai

    kinai Member

    Hi all,

    I have one server that is in DMZ. I manage this server from a central server where ISPConfig is installed.

    The mysql port (tcp3306) is open between the central server and the dmz server. The DMZ server is only web/mysql/ftp.

    I have create a web site, but default documents is not push is the web site root folder. Whitch port are necessary to do this ?

    Thanks for help,
    Kinai
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No port. the default documents are copied locally as they get installed as part of ispconfig on each slave server.
     
  3. ymolinet

    ymolinet New Member

    at this time, I have only open the mysql port from slave to master. Is it needed to open in other way ?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats all you need. the slave is polling updates from master.
     
  5. ymolinet

    ymolinet New Member

    ok. I have a problem with replication :

    ERROR - Error in Replication, changes were not processed.
    ERROR - Replication failed. Error: (client) in MySQL server: (localhost) Unknown column 'default_slave_dnsserver' in 'field list'
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    The database scheme n master and slave are different. ensure that master and slave run always the same ispconfig version.
     
  7. ymolinet

    ymolinet New Member

    How can I see the ISPConfig version from the shell ?
     
  8. ymolinet

    ymolinet New Member

    ok. Nice. my issue is solved.
    Perhaps it could be interresting to check the schema version from master when slave is installed.
     

Share This Page