Re: IIS "pass thru-proxies"
From: PeteZ (peteZ_at_aol.com)
Date: 11/11/04
- Next message: Henry: "Virtual Server Forwarding"
- Previous message: Ben Rush: "ISAPI and Event Log"
- In reply to: James Hurrell: "Re: IIS "pass thru-proxies""
- Next in thread: MrBester: "Re: IIS "pass thru-proxies""
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 12 Nov 2004 07:12:08 +1100
many thanks - again.
- pete
"James Hurrell" <j_hurrell@yahoo.nospam.com> wrote in message
news:2vgpi2F2kp07iU1@uni-berlin.de...
> "PeteZ" <peteZ@aol.com> wrote in message
> news:eYLvP51xEHA.2568@TK2MSFTNGP10.phx.gbl...
>> James,
>>
>> You and I are trying to do *exactly* the same thing (from our
> descriptions)
>>
>> Thanks for the link too,
>>
>> - peteZ
>
> Hi Pete,
>
> If you do decide to have a fiddle with ISAPI Rewrite, this is what I have
> in
> the httpd.ini file:
>
> [ISAPI_Rewrite]
>
> # Block external access to the httpd.ini and httpd.parse.errors files
> RewriteRule /httpd(?:\.ini|\.parse\.errors) [F,I,O]
>
> # Block external access to the Helper ISAPI Extension
> RewriteRule .*\.isrwhlp [F,I,O]
>
> RewriteProxy /help(.*) http\://my_internal_server\:8081/help/$1 [I,U]
>
> It took me a while to get it going, but it now seems to work very well. If
> you need a hand don't hesitate to contact me. There is also a dedicated
> forum where I got some very good help. One tip: you can tell if you have
> it
> installed correctly, because a file called "httpd.parse.errors" is created
> in the same folder as the httpd.ini file. Second tip: if you make changes
> to
> the httpd.ini file make sure you stop and then restart your default
> website
> throught the IIS management console.
>
> James
>
>
- Next message: Henry: "Virtual Server Forwarding"
- Previous message: Ben Rush: "ISAPI and Event Log"
- In reply to: James Hurrell: "Re: IIS "pass thru-proxies""
- Next in thread: MrBester: "Re: IIS "pass thru-proxies""
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|