From Wanos Wiki
Jump to: navigation, search
(Enable Web Cache Mode)
 
Line 1: Line 1:
 +
<font size=5> Document migrated. An updated [http://wanos.co/docs/docs/wanos-admin-guide/optional-configuration/enable-web-cache-mode/ Enable Web Cache Mode Guide] can be found in the  http://wanos.co/docs Wanos Documentation site] </font>
 +
<font color=#dddddd>
 +
 
==Enable Web Cache Mode==
 
==Enable Web Cache Mode==
  
Line 32: Line 35:
 
netstat -n | grep :3128
 
netstat -n | grep :3128
 
</pre>
 
</pre>
 +
 +
</font>

Latest revision as of 17:19, 10 February 2017

Document migrated. An updated Enable Web Cache Mode Guide can be found in the http://wanos.co/docs Wanos Documentation site]

Enable Web Cache Mode

Notes

  • This feature is in Alpha/Beta stages. We welcome any feedback / requests for this feature.
  • This feature is Disabled by default. To enable this feature, edit wanos.conf file.
  • It should only be enabled on the branch units.
  • HTTP port 80 traffic from the LAN will be transparently redirected to the webcache.

  • Enable the Webcache

    vi /tce/etc/wanos/wanos.conf
    

    Switch to edit mode by typing A or I on the keyboard.

    Look for HTTP_CACHE_REDIRECT and change the value from false to true

    To save your changes, exit from edit mode by pressing the ESC key then type :wq!.

    Reboot your Wanos appliance by issuing this command:

    sudo reboot
    


    Verification

  • It can be verified by checking that port 3128 is open with:
    netstat -n | grep :3128