Hallo Leute, ich möchte über Apache mod_proxy fragen. wirklich versuchen, schwer zu finden, wie URL Adresse, aber noch kein Ergebnis zu konvertieren. so hier ist ein Problem.Wie kann man die Port-Nummer der URL mit Apache mod_proxy verstecken?
Anfrage-URL und Service URL: www.mbc.com:10800
ich will Browser Adressleiste zeigen, wie diese 'www.mbc.com'
Webserver: Linux + Apache und Virtualhost.
httpd.conf
<VirtualHost *:10800>
ProxyRequests Off
ProxyPreserveHost On
SSLEngine on
<Proxy *>
Order Deny,Allow
Allow from all
</Proxy>
ProxyPass/https://www.mbc.com:10800/
ProxyPassReverse/https://www.mbc.com/
</VirtualHost>
diese Konfiguration nicht funktioniert. Welche Konfiguration hat sich geändert?