aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish64
Commit message (Expand)AuthorAgeFilesLines
...
| * including know basic good options to improve setupmarcelloc2011-07-201-0/+70
* | Merge pull request #10 from marcelloc/71653b200753424219592fb701e129adfeb855aeChris Buechler2011-07-281-22/+64
|\ \ | |/ |/|
| * including know basic good options to improve setup marcelloc2011-07-201-22/+64
* | not need after all sync fields with 'id'.marcelloc2011-07-191-4/+0
* | Merge pull request #5 from marcelloc/patch-4Scott Ullrich2011-07-191-3/+3
|\ \
| * | php loop while sync looks for 1 to 6 password.id marcelloc2011-07-191-3/+3
* | | include option to balance based on client information to prevent sessions pro...marcelloc2011-07-191-0/+2
|/ /
* | missing s in connect_timeout default value, without 's' varnish does not start marcelloc2011-07-191-2/+2
* | Edited config/varnish64/varnish_backends.xml via GitHubmarcelloc2011-07-191-1/+1
|/
* Fix filename, download was failingjim-p2010-12-171-1/+1
* Copy varnish sync fileScott Ullrich2010-05-211-0/+5
* We need to copy varnish_lb_directors.xmlScott Ullrich2010-05-121-0/+5
* 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
* Add listtopicsScott Ullrich2010-04-282-1/+19
* Add listtopicsScott Ullrich2010-04-281-0/+18
* Add listopic explaining the LB tabScott Ullrich2010-04-281-0/+6
* Add header and remove extra \nScott Ullrich2010-04-281-1/+1
* Correct page titlesScott Ullrich2010-04-282-2/+2
* Cleanup HTMLScott Ullrich2010-04-282-38/+42
* Add service xml itemScott Ullrich2010-04-281-0/+6
* Nuke ID, we use git nowScott Ullrich2010-04-283-2/+5
* Make header uniformScott Ullrich2010-04-285-5/+3
* Remove IdScott Ullrich2010-04-281-1/+0
* Note where the file is locatedScott Ullrich2010-04-271-0/+2
* Use 100% for colsScott Ullrich2010-04-271-1/+1
* Maintain tab orderScott Ullrich2010-04-271-4/+4
* Restart varnish after syncing changesScott Ullrich2010-04-271-1/+1
* Make globals uniformScott Ullrich2010-04-271-3/+3
* Correct tab URLsScott Ullrich2010-04-272-2/+2
* Add VarnishSTAT ajax stat pageScott Ullrich2010-04-277-1/+146
* Ensure rcd file existsScott Ullrich2010-04-275-1/+7
* Do not define validate text item twiceScott Ullrich2010-04-271-2/+0
* Allow matching against regexes in the URL as wellScott Ullrich2010-04-272-1/+21
* Use correct field nameScott Ullrich2010-04-272-4/+4
* Add input validation for the settings pageScott Ullrich2010-04-272-0/+16
* Add input validation for the LB directors formScott Ullrich2010-04-272-1/+11
* Add input validation for the Backends formScott Ullrich2010-04-272-9/+35
* Show Director nameScott Ullrich2010-04-271-1/+1
* Show the director name in the column textScott Ullrich2010-04-271-0/+4
* Eliminate a case where a LB Director and a Backend may have the same name by ...Scott Ullrich2010-04-275-9/+39
* 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
* Add vcl_recv fieldScott Ullrich2010-04-272-7/+29
* Use correct variablesScott Ullrich2010-04-271-5/+5
* Add listtopic headersScott Ullrich2010-04-271-1/+16
* Show configuration in a textareaScott Ullrich2010-04-271-36/+6
* s/logs/configuration/Scott Ullrich2010-04-271-5/+1
/a> 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811