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...
drteeth_127330
Feb 25, 2005Historic F5 Account
I am not entirely sure what you are trying to do. But you seem to be using TCL lists and I think you are trying to perform double variable expansion. Perhaps this example will help:
% set foo { 1 2 3 4 }
1 2 3 4
% puts [lindex $foo 3]
4
% set bar foo
foo
% puts [lindex [subst $$bar] 3]
4
You also might consider using the foreach command to iterate over all the elements of the list instead of the while command.
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