Open the httpd.conf file annotation removal following lines LoadModule proxy_module modules / mod_proxy.soLoadModule proxy_connect_module modules / mod_proxy_connect.soLoadModule proxy_http_module modules / mod_proxy_http.soLoadModule proxy_ftp_module modules / mod_proxy_ftp Open proxy function and add the following configuration.. ServerName Www.test.com proxyPass / http: // localhost: 8080 proxyPassReverse / http: // localhost: 8080 virtualhost: 8080 is a website in the corresponding IIS, configuring a website in this IIS After detailing and then restarting apache, enter http://www.test.com, apache will go to IIS, complete the request of the service by IIS. This method, you can implement Apache Support ASP ASP.NET, which is very convenient .