Thread: bind phpMyAdmin to a port
is there way bind phpmyadmin particular port url domain.com/phpmyadmin:#### ?
i've found examples bind ip, that's not wish do.
you not bind phpmyadmin anything, since it's not application listens on specific port. must first bind apache port, create virtual host port , make serve phpmyadmin.
in /etc/apache2/ports.conf, add
then modify phpmyadmin virtual host tell apache serve on port 8080, not 80.code:namevirtualhost 8080 listen 8080
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] bind phpMyAdmin to a port
Ubuntu
Comments
Post a Comment