Cisco Cisco IOS Software Release 12.2(27)SBC

ページ / 68
HTTP 1.1 Web Server and Client
  clear ip http client cache
14
Cisco IOS Network Management Configuration Guide
clear ip http client cache
To remove information from the HTTP client cache, use the clear ip http client cache command in 
privileged EXEC mode. 
clear ip http client cache {all | session session-name | url complete-url
Syntax Description
Command Default
None 
Command Modes
Privileged EXEC 
Command History
Usage Guidelines
Use this command to clear entries from the HTTP client cache pool: all the entries, all the entries owned 
by a specific session, or only the entry associated with a specific request from an HTTP server. 
Examples
The following example clears all entries in the HTTP client cache:
Router# clear ip http client cache all 
The following example removes HTTP client cache entries that belong to the HTTP Client File System 
(CFS) application: 
Router# clear ip http client cache session HTTP CFS
The following example removes HTTP client cache entries at the location 
http://myrouter.cisco.com/flash:/: 
Router# clear ip http client cache url http://myrouter.cisco.com/flash:/
Related Commands
cache all
Removes all HTTP client cache entries. 
cache session 
session-name 
Removes HTTP client cache entries of the HTTP client application session 
specified by the session-name argument. 
cache url complete-url
Removes the HTTP client cache entry whose location is specified by the 
complete-url argument, a Cisco IOS File System (IFS) Uniform Resource 
Locator (URL), and that consists of HTML files used by an HTTP server. 
Release
Modification
12.2(31)SB2
This command was introduced.
Command
Description
ip http path 
Specifies the base path used to locate files for use by the HTTP server. 
show ip http client 
Displays a report about the HTTP client.