![MikroTik RouterOS v2.9 Reference Manual Download Page 567](http://html1.mh-extra.com/html/mikrotik/routeros-v2-9/routeros-v2-9_reference-manual_1794644567.webp)
•
Access list by source, destination, URL and requested method
•
Cache access list (specifies which objects to cache, and which not)
•
Direct Access List (specifies which resources should be accessed directly, and which - through
another proxy server)
•
Logging facility
Quick Setup Guide
To set up a 1 GiB large web cache which will listen on port 8000, do the following:
[admin@MikroTik] ip web-proxy> set enabled=yes port=8000 max-cache-size=1048576
[admin@MikroTik] ip web-proxy> print
enabled: yes
src-address: 0.0.0.0
port: 8000
hostname: proxy
transparent-proxy: no
parent-proxy: 0.0.0.0:0
cache-administrator: webmaster
max-object-size: 4096 KiB
cache-drive: system
max-cache-size: 1048576 KiB
max-ram-cache-size: unlimited
status: rebuilding-cache
reserved-for-cache: 9216 KiB
reserved-for-ram-cache: 2048 KiB
[admin@MikroTik] ip web-proxy>
Remember to secure your proxy by preventing unauthorized access to it, otherwise it may be used
as an open proxy.
Specifications
Packages required: web-proxy
License required: level3
Home menu level: /ip web-proxy
Standards and Technologies:
HTTP/1.0
,
HTTP/1.1
,
FTP
Hardware usage: uses memory and disk space, if available (see description below)
Related Documents
•
Software Package Management
•
IP Addresses and ARP
•
•
Log Management
Description
Web proxy performs Internet object cache function by storing requested Internet objects, i.e., data
available via HTTP and FTP protocols on a system positioned closer to the recipient than the site
the data is originated from. Here 'closer' means increased path reliability, speed or both. Web
browsers can then use the local proxy cache to speed up access and reduce bandwidth consumption.
When setting up Web proxy, make sure it serves only your clients, and is not misused as relay.
Page 553 of 695
Copyright 1999-2007, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.
Other trademarks and registred trademarks mentioned herein are properties of their respective owners.