Sorry this question must have been answered before but none solved my problem. I am in limbo right now. I have developed a website in Django which I want to run on port 80 while I want to run phpMyAdmin on some other port, let's say 8181.
- My first question is, if it is even possible to change phpMyAdmin's port?
- If yes, which file will I have to change?
/etc/phpMyAdmin/config.inc.php
or/etc/httpd/conf.d/phpMyAdmin.conf
or/etc/httpd/conf/httpd.conf
?
Your response will help me a lot to move forward.