PhpMyAdmin with Nginx on Multiserver Mode

Discussion in 'General' started by jvargas, Dec 13, 2015.

  1. jvargas

    jvargas New Member

    I have the following multiserver hosts already setup and working for a while:
    • web1
    • web2
    • mail1
    • mail2
    • ns1
    • ns2
    Now I want to support PhpMyAdmin for my customers. I noticed phpmyadmin is reachable via web1 host (master) at this url:
    http://web1.domain.com:8081/phpmyadmin
    However, this link is not available for web2 (slave), which should be:
    http://web2.domain.com:8081/phpmyadmin
    So, what should I do to propertly support phpmyadmin on each Web node I add?
    That's it. Thanks in advance.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you install phpmyadmin on the second web server?
    Do you use the server placeholder in the url under System > Interface config in the PHPMyAdmin url?
     
  3. jvargas

    jvargas New Member

    Hi Till,
    Based on your last comment I did three things:
    1. Changed the URL pattern in Interface config using the placeholders
    2. Fixed the Nginx apps.conf file because it was using phpfpm on port 9000 when unix socket was expected
    Now it works nice! Thanks
     

Share This Page