0
我在一臺服務器中安裝了XAMPP和Appserver(第一臺監聽端口8080,第二臺監聽端口80)。使用XAMP和APPSERVER的虛擬主機
我有一個域名:example.com
我有這樣的的appserv:
<VirtualHost 1.2.3.4:80>
ServerName example.com
DirectoryIndex index.php index.html
DocumentRoot "C:/appserv/www/folder"
</VirtualHost>
有沒有辦法讓我可以將請求發送到端口8080?