apache - How to run two websites running on different ports through Xampp / Lampp Server -


i want put xampp / lampp front web server , want run 2 websites running on different ports through xampp / lampp server. 1 wordpress site name wpsitepro.com using 80/443 ports , other java spring website name javasitepro.com using 8080 / 8443 ports names myabcjavaweb.com. apache running on 80 /443 ports. wildfly server using 8080 / 8443 ports. possible both can accessed using front xampp server? how can achieve apache virtual hosts / rewriting / mod_proxy or other means?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -