XAMPP と Appserver を 1 つのサーバーにインストールしています (最初のサーバーはポート 8080 をリッスンし、2 番目のサーバーはポート 80 をリッスンします)。
私はドメインを持っています: example.com
私はAPPSERVにこれを持っています:
<VirtualHost 1.2.3.4:80>
ServerName example.com
DirectoryIndex index.php index.html
DocumentRoot "C:/appserv/www/folder"
</VirtualHost>
そのリクエストをポート 8080 に送信する方法はありますか?