On 06/14/2011 02:21 PM, Johnny Stork wrote:
Please excuse the newbie questions. I am trying to setup TS on an internal server, to use as a basic caching forward proxy. Install went fine on the CentOS x64 box. I tried finding some basic configuration docs, but none could be found and some I found were not consistent.

The settings I changed were:

##records.config:

CONFIG proxy.config.proxy_name STRING 192.168.1.182 (TS server IP)

CONFIG proxy.config.reverse_proxy.enabled INT 0 (not trying reverse proxy yet, only want forward)

CONFIG proxy.config.http.cache.http INT 1 (enabled forward caching proxy)

You also need to disable remap required:

    CONFIG proxy.config.url_remap.remap_required INT 0


##remap.config:

Note sure what should, if anything, go in here. One article suggested this:

regex_map http://( <http://%28/>.*) http://$1 <http://$1/>

You should not have to add any mapping rules to remap.config (see above config setting). Attached is a little "sample" script from our contrib perl area, that shows the settings I'd suggest (minimum) that you should modify for reverse proxy.

-- leif

Attachment: forward_proxy.pl
Description: Perl program

Reply via email to