Forum Discussion
Thanadon_Wattan
Nimbostratus
Feb 24, 2005Is it possible to use F5 as proxy/reverse proxy server?
I try to config F5 as proxy/reverse proxy by i-Rule.
is it possible?
I use data group for mapping request uri to internal server like this
{http://www.host...
Thanadon_Wattan
Nimbostratus
Feb 25, 2005thank you for quick answer.
I think your answer is work. but I have another problem when I write like you comment. May you help me again?
set loopidx1 0
set maxloop1 [llength $::host_map]
log $maxloop1
while { $loopidx1 < $maxloop1 } {
set tmpstr1 [lindex $::host_map $loopidx1]
scan $tmpstr1 "%s%s" hosturl datagroup
if { ($request_host == $hosturl) } {
set loopidx2 0
set datagroup ::$datagroup
log [subst $$datagroup]
log [lindex [subst $$datagroup] end]
and when I try to connect to server it errors like this;
Feb 25 16:02:10 tmm tmm[11654]: 01220002:6: Rule CRP_Forward_rule : 4
Feb 25 16:02:10 tmm tmm[11654]: 01220002:6: Rule CRP_Forward_rule : {/ /reg/index.jsp10 Exist_revprox} {/wap/ /wap/ Mobile_life}
Feb 25 16:02:10 tmm tmm[11654]: 01220001:3: TCL error: Rule CRP_Forward_rule - list element in braces followed by "" instead of space while executing "lindex [subst $$datagroup] end"
the error happend same as previous question I post here.
do you have any comment? what should I do?
thank you again.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects