It works fine when I specified a port number for myphpadmin to run (say 8888), but the "problem" is that all my other virtual hosts on the same machine responds to the port number.
in other words, http://server1.com:888, http://server10.com:888 all point toward to the myphpadmin page, it beats the purpose of the secret port number, since now you have 10 hosts responding to the port...
I tried "listen myphp.xxx.com:8888", and it does not help -- other hosts still responds to 8888.
the only way I can do it is to waste another IP and specify (listen 1.2.3.4:888), with all the other virtual hosts using a different IP...
there should be a way to make it so only myphpadmin.xxx.com:888 responds correctly?
in other words, http://server1.com:888, http://server10.com:888 all point toward to the myphpadmin page, it beats the purpose of the secret port number, since now you have 10 hosts responding to the port...
I tried "listen myphp.xxx.com:8888", and it does not help -- other hosts still responds to 8888.
the only way I can do it is to waste another IP and specify (listen 1.2.3.4:888), with all the other virtual hosts using a different IP...
there should be a way to make it so only myphpadmin.xxx.com:888 responds correctly?