37-51
Cisco Security Appliance Command Line Configuration Guide
OL-12172-03
Chapter 37 Configuring Clientless SSL VPN
Optimizing Clientless SSL VPN Performance
APCF Example
The following example shows what an APCF profile looks like.
<APCF>
<version>1.0</version>
<application>
<id>Do not compress content from notsogood.com</id>
<apcf-entities>
<process-request-header>
<conditions>
<server-fnmatch>*.notsogood.com</server-fnmatch>
</conditions>
<action>
<do><no-gzip/></do>
</action>
<conditions>… </conditions>
A child element of the pre/post-process tags that specifies
criteria for processing such as:
http-version (such as 1.1, 1.0, 0.9)
http-method (get, put, post, webdav)
http-scheme (http, https, other)
server-regexp regular expression containing ("a".."z" |
"A".."Z" | "0".."9" | ".-_*[]?"))
server-fnmatch (regular expression containing ("a".."z" |
"A".."Z" | "0".."9" | ".-_*[]?+()\{},")),
user-agent-regexp
user-agent-fnmatch
request-uri-regexp
request-uri-fnmatch
If more than one of condition tags are present, the security
appliance performs a logical AND for all tags.
<action> … </action>
Wraps one or more actions to perform on the content under
specified conditions; define each of these actions with the
following <do> tag or the <sed-script> tag.
<do>…</do>
Defines one of the following actions:
<no-rewrite/>
<no-toolbar/>
<no-gzip/>
<force-cache/>
<force-no-cache/>
<sed-script> TEXT </sed-script>
The child element of the action tag. The TEXT must be a
valid Sed script. The <sed-script> applies to the
<conditions> tag defined before it.
Table 37-7
APCF XML Tags (continued)
Tag
Use
Содержание 500 Series
Страница 38: ...Contents xxxviii Cisco Security Appliance Command Line Configuration Guide OL 12172 03 ...
Страница 45: ...P A R T 1 Getting Started and General Information ...
Страница 46: ......
Страница 277: ...P A R T 2 Configuring the Firewall ...
Страница 278: ......
Страница 354: ...17 38 Cisco Security Appliance Command Line Configuration Guide OL 12172 03 Chapter 17 Configuring NAT NAT Examples ...
Страница 561: ...P A R T 3 Configuring VPN ...
Страница 562: ......
Страница 891: ...P A R T 4 System Administration ...
Страница 892: ......
Страница 975: ...P A R T 5 Reference ...
Страница 976: ......