Page 2 of 2

Re: Changing phpmyadmin Port

Posted: Fri Sep 21, 2018 3:36 pm
by noise
Hi

is there any news or a good manual to set a port to myphpadmin ?

Re: Changing phpmyadmin Port

Posted: Thu May 16, 2019 7:08 pm
by canoodle
hello,

changing port for vestacp backend will also change port for /phpmyadmin

Code: Select all

vim /usr/local/vesta/nginx/conf/nginx.conf
# find this lines
# Vhost
    server {
        listen          8083; <- change new port

:wq # save and quit
# restart vesta
service vesta restart
what you can do is modify the /url/path/to/phpmyadmin

Code: Select all

vim /etc/httpd/conf.d/phpMyAdmin.conf

# find those lines
Alias /phpMyAdmin /usr/share/phpMyAdmin
Alias /phpmyadmin /usr/share/phpMyAdmin

# for example you can delete the first line
# and modify the second line:
Alias /top/secret/path/to/phpmyadmin /usr/share/phpMyAdmin

:wq # save and quit

# restart apache
service httpd restart
stay secure!

PS: Bonus question: What html file to modify in order to have a working link from vestacp backend?

Re: Changing phpmyadmin Port

Posted: Mon Jan 04, 2021 9:27 pm
by bart82
Hi all,

I explained the solution in this thread: viewtopic.php?f=11&t=7073&p=83676#p83676