change ipsconfig admin e phpmyadmin port

Discussion in 'Installation/Configuration' started by Arianna, Mar 10, 2020.

  1. Arianna

    Arianna Member

    Hi everybody,
    I'd like to have the ispconfig admin and phpmyadmin listen to different ports.
    Is it possible?

    A.
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    ISPConfig: run
    Code:
    cd /tmp
    wget https://www.ispconfig.org/downloads/ISPConfig-3.1.15p3.tar.gz
    tar xvfz ISPConfig-3.1.15p3.tar.gz
    cd ispconfig3_install/install
    php -q update.php
    And when asked for ISPConfig port, enter the port you want to use

    PMA: Run a internet search like:
    Code:
    phpmyadmin set interface port
     
  3. Arianna

    Arianna Member

    Thank you, but I have all the stuff up and running since longtime.
    Is there a way to change it when it's installed?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You can change the ispconfig port by changing 8080 to the desired port number in the ispconfig.vhost file in the apache sites-available folder and then restart apache. ensure to change all occurrences in that file.
     
  5. Arianna

    Arianna Member

    ok, but I would like they to have 2 different ports (i.e. ispconfig 8080 and phpmyadmin 8081).
    Is it possible?
     
  6. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    My comment made you update ISPConfig. When you (force) update it you can set a different port. You can also follow Till's comment, which is doing the same, but manually in the vhost file.
    You can put PMA on a different port, just google how to set up PMA to listen on a different port.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    phpmyadmin in apache is an alias, it's available on all vhosts and ports anyway.
     
  8. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    You could change the PMA config to Listen on a specified port. I wouldn't suggest doing that though.
     
  9. Arianna

    Arianna Member

    I saw it, and I changed it from the canonical phpmyadmin to another path.
    Thank you. I did what I need.
     

Share This Page