aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish64/varnish.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix call-time pass-by-reference in Varnish 2.x, bumpjim-p2014-05-071-3/+3
|
* Rewrite host or URL to backenddjgel2012-06-261-1/+10
|
* change req.url and req.http.host to work url to backend : djgel2012-06-261-4/+13
| | | https://www.varnish-cache.org/docs/master/tutorial/advanced_backend_servers.html
* varnish - include array checks to avoid bootup php errorsMarcello Coutinho2012-04-241-2/+3
|
* Generalize yet more references.jim-p2012-03-271-2/+2
|
* problems when downloading pdf files, corrupting the file ...Jorge Lustosa2012-03-121-2/+2
|
* Correct backend bug when no hosts are defined as equals or regexScott Ullrich2011-12-061-1/+3
|
* fix 401 authentication method , important if you use http basic authentication Jorge Lustosa2011-10-251-1/+1
|
* Varnish - fix probe urls with spetial character '-'Marcello Coutinho2011-09-141-5/+4
| | | | use same conf file for i386 adn x64
* fix managment post validationmarcelloc2011-08-241-2/+5
|
* Per-user session cache, better static cache, new sync gui and bug fixes marcelloc2011-08-201-27/+85
|
* Include failover and nocache features to varnishmarcelloc2011-08-181-108/+124
|
* gui improvements and bug fixesmarcelloc2011-08-121-70/+144
|
* include enable/disable and managment options marcelloc2011-08-081-2/+11
|
* include i386 compatibilitymarcelloc2011-08-081-10/+3
|
* Error Handling Improvements, faster update process and bug fixesmarcelloc2011-08-041-40/+41
|
* include base64 decode for custom fields marcelloc2011-08-031-9/+9
| | | fix minor bug in basic vcl loop position
* Fix syntax error in varnish.inc. Fixes #1742jim-p2011-08-031-1/+1
|
* Merge pull request #10 from marcelloc/71653b200753424219592fb701e129adfeb855aeChris Buechler2011-07-281-22/+64
|\ | | | | update version to be easier to see at pfsense package manager
| * including know basic good options to improve setup marcelloc2011-07-201-22/+64
| | | | | | consider updating package version from 0.8 to anything else to be easier to see at pfsense package manager
* | not need after all sync fields with 'id'.marcelloc2011-07-191-4/+0
| |
* | missing s in connect_timeout default value, without 's' varnish does not start marcelloc2011-07-191-2/+2
|/ | | | isset($sh[$x]) breaks sync
* Use is_numeric(). Thanks to BillMScott Ullrich2010-05-111-12/+12
|
* Correct input error for storage size textScott Ullrich2010-05-111-1/+1
|
* Ensure item exists before calling foreach on itScott Ullrich2010-04-281-3/+4
|
* Nuke ID, we use git nowScott Ullrich2010-04-281-0/+5
|
* Note where the file is locatedScott Ullrich2010-04-271-0/+2
|
* Restart varnish after syncing changesScott Ullrich2010-04-271-1/+1
|
* Make globals uniformScott Ullrich2010-04-271-3/+3
|
* Allow matching against regexes in the URL as wellScott Ullrich2010-04-271-1/+5
|
* Use correct field nameScott Ullrich2010-04-271-2/+2
|
* Add input validation for the settings pageScott Ullrich2010-04-271-0/+13
|
* Add input validation for the LB directors formScott Ullrich2010-04-271-1/+8
|
* Add input validation for the Backends formScott Ullrich2010-04-271-2/+23
|
* Eliminate a case where a LB Director and a Backend may have the same name by ↵Scott Ullrich2010-04-271-9/+30
| | | | appending BACKEND to the end of all backend names
* Misc commentsScott Ullrich2010-04-271-1/+6
|
* More cleanupsScott Ullrich2010-04-271-24/+16
|
* Major code cleanups. Split a number of items out into their own functions. ↵Scott Ullrich2010-04-271-89/+133
| | | | Only define a director or backend if it is actively being used.
* Add vcl_recv fieldScott Ullrich2010-04-271-7/+13
|
* Use correct variablesScott Ullrich2010-04-271-5/+5
|
* s/occured/occurred/Scott Ullrich2010-04-271-3/+3
|
* Allow defining of minworkers, maxworkers and timeoutworkers values for the ↵Scott Ullrich2010-04-271-2/+14
| | | | number of operating threads
* Oops, add missing ;Scott Ullrich2010-04-271-1/+1
|
* Fix URL to xml fileScott Ullrich2010-04-271-3/+1
|
* Add backend weight for LB directorScott Ullrich2010-04-271-2/+7
|
* Add backend probe settingsScott Ullrich2010-04-271-0/+29
|
* Varnish is now starting OKScott Ullrich2010-04-271-25/+24
|
* Adding XMLRPC Sync capabilities.Scott Ullrich2010-04-271-0/+125
|
* Setup ACL logic correctly for backend assignmentsScott Ullrich2010-04-271-21/+23
|
* Package is now generating a sane default.vclScott Ullrich2010-04-271-13/+55
|