Hi everybody, I'd like to have the ispconfig admin and phpmyadmin listen to different ports. Is it possible? A.
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
Thank you, but I have all the stuff up and running since longtime. Is there a way to change it when it's installed?
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.
ok, but I would like they to have 2 different ports (i.e. ispconfig 8080 and phpmyadmin 8081). Is it possible?
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.
I saw it, and I changed it from the canonical phpmyadmin to another path. Thank you. I did what I need.