Proxy giving issues

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 2
Joined: 21 Jan 2013, 15:31

Proxy giving issues

21 Jan 2013, 15:37

I need help. Our web requests come in through a firewall, to a MS 2003 iis 6 server running isapi_rewrite 3.0 acting as a proxy server, and get redirected via a hosts file. Recently, the htaccess file has created a drain on the cpu. In talking with Helicon support, they are telling me that this file (code below) "Each one of them creates a sub-request which is pointing in the same place". I don't know anything about ISAPI rewrite or how to correct this. Anyone ever have this problem or know how to correct it? They keep asking me "described which functionality you are seeking. We'll help to create new rules" which I keep telling them is to redirect web requests. I'm so confused.....please help



RewriteCond %{HTTP_Host} ^(.+)$
RewriteCond %{HTTPS} off
RewriteProxy (.*) http\://%1/$1 [NC,H,A,L]

RewriteCond %{HTTP_Host} ^(.+)$
RewriteCond %{HTTPS} on
RewriteProxy (.*) https\://%1/$1 [NC,H,A,L]

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: Proxy giving issues

22 Jan 2013, 10:36

Is there a chance that you were doing this with a help of a modified host file? Can you provide the old and the new one? If it's not convenient, pls, use helpdesk for this.

Regards
Andrew

User avatar
Posts: 2
Joined: 21 Jan 2013, 15:31

Re: Proxy giving issues

22 Jan 2013, 12:37

I sent the help desk the host file

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 0 guests