From 1fd58a9b765bd94da316c0825d05f6c241a805a1 Mon Sep 17 00:00:00 2001 From: marcelloc Date: Mon, 8 Aug 2011 20:54:07 -0300 Subject: include enable/disable and managment optios --- config/varnish64/varnish_settings.xml | 173 ++++++++++++++++++---------------- 1 file changed, 91 insertions(+), 82 deletions(-) (limited to 'config/varnish64') diff --git a/config/varnish64/varnish_settings.xml b/config/varnish64/varnish_settings.xml index b533eb9b..dade3758 100644 --- a/config/varnish64/varnish_settings.xml +++ b/config/varnish64/varnish_settings.xml @@ -77,6 +77,29 @@ + + Listening + Listening + listtopic + Daemon options + + + Enable Varnish + enablevarnish + checkbox + + + Listening port + listeningport +
When listening on port 80, you must check 'Disable webConfigurator redirect rule' in system advanced options.]]>
+ input +
+ + Managment interface + managment + Enter the Ip address and port for managment interface. HINT 127.0.0.1:81 + input + StorageTypeLT StorageTypeLT @@ -99,18 +122,7 @@ Enter the size of the varnish cache in megabytes. HINT: 1024 == 1 Gigabyte input - - ListeningPortLT - ListeningPortLT - listtopic - Listening port - - - Listening port - listeningport -
When listening on port 80, you must check 'Disable webConfigurator redirect rule' option in system advanced options.]]>
- input -
+ WorkerThreadLT WorkerThreadLT @@ -136,76 +148,73 @@ input - BasicVCLLT - BasicVCLLT - listtopic - Basic VCL Settings - - - Client identity method - clientbalance - - select - - - - - - - - Don't cache sessions - sessioncache - Don't cache pages wiht JSESSION,PHPSESSID or nocache headers/cookies - checkbox - - - Don't cache posts - postcache - Don't cache posts - checkbox - - - Cache Images and css - imagecache - cache .css .js .gif .jpg .jpeg .bmp .png .ico .img .tga and .wmf files - checkbox - - - Fix gzip compression - fixgzip - Ignore compression in images files and unknow compression algorithm - checkbox - - - Be RFC2616 compliant - rfc2616 - Ignore request different form GET HEAD PUT POST TRACE OPTIONS DELETE - checkbox - - - Foward client IP - xforward - Select how to forward clients real IP. - select - - - - - - - - - Custom Html error message - htmlerror - Paste your custom html error page code here. This code will be included - textarea - 70 - 10 - base64 - - - - + BasicVCLLT + BasicVCLLT + listtopic + Basic VCL Settings + + + Client identity method + clientbalance + + select + + + + + + + + Don't cache sessions + sessioncache + Don't cache pages wiht JSESSION,PHPSESSID or nocache headers/cookies + checkbox + + + Don't cache posts + postcache + Don't cache posts + checkbox + + + Cache Images and css + imagecache + cache .css .js .gif .jpg .jpeg .bmp .png .ico .img .tga and .wmf files + checkbox + + + Fix gzip compression + fixgzip + Ignore compression in images files and unknow compression algorithm + checkbox + + + Be RFC2616 compliant + rfc2616 + Ignore request different form GET HEAD PUT POST TRACE OPTIONS DELETE + checkbox + + + Foward client IP + xforward + Select how to forward clients real IP. + select + + + + + + + + + Custom Html error message + htmlerror + Paste your custom html error page code here. This code will be included + textarea + 70 + 10 + base64 +
sync_package_varnish(); -- cgit v1.2.3