aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless remount callsdoktornotor2015-08-251-3/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-9/+0
| | | These are dealt with by install_package() from pkg-utils.inc. Also nuke unused tags.
* remove useless config_(un)lock calls round twodoktornotor2015-08-111-2/+0
|
* haproxy_pools.php - remove useless config_(un)lock callsdoktornotor2015-08-111-2/+0
| | | This function does nothing but return.
* haproxy_listeners.php - remove useless config_(un)lock callsdoktornotor2015-08-111-2/+0
| | | This function does nothing but return.
* Remove old binariesRenato Botelho2015-04-232-0/+0
|
* Fix rcvar declaration that I broke yesterday and bump necessary package versionsRenato Botelho2015-02-101-1/+1
|
* Drop use of set_rcvar from startup scripts, it's deprecatedRenato Botelho2015-02-091-1/+1
|
* Fix call-time pass-by-reference in haproxyjim-p2014-05-163-4/+19
|
* Fix a whole bunch of invalid version tests.jim-p2014-04-105-10/+10
|
* Fixup URLs:Renato Botelho2014-03-187-13/+13
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Add a manual config validation option to HAproxy (using -c to only check ↵jim-p2013-08-293-1/+21
| | | | config file)
* HAproxy config parameter clitimeout is deprecated, should now be "timeout ↵jim-p2013-08-201-1/+1
| | | | client".
* Fix HAproxy "advanced" global pass-through options box.jim-p2013-08-131-1/+1
|
* HAproxy UI minor text typoPhil Davis2013-07-101-1/+1
|
* Teach HAproxy about sync usernames (though the code in the main repo still ↵jim-p2013-07-102-4/+21
| | | | needs to catch up)
* updated HAProxy package to work with pfSense 2.1PiBa-NL2013-02-185-22/+45
|
* Remove some really unnecessary manual downloading of libraries/packages ↵jim-p2012-06-201-11/+0
| | | | during install of these.
* Generalize a couple referencesjim-p2012-03-271-2/+2
|
* Workaround for the old package deleting the binary on unload instead of the ↵Andrew Thompson2012-02-221-0/+11
| | | | package
* find_carp_interface() has a bug where it returns the newline, trim itAndrew Thompson2012-02-221-1/+1
| | | | here so we can compare strings.
* remove the haproxy package on reinstallAndrew Thompson2012-02-221-1/+1
|
* Disable overwriting the haproxy binary, its in the packageAndrew Thompson2012-02-221-0/+3
|
* Revert "Disable overwriting the haproxy binary, its in the package"Andrew Thompson2012-02-221-3/+0
| | | | This reverts commit 6bbd113b687958b18f0dc898261226b3bbc2c5d2.
* Disable overwriting the haproxy binary, its in the packageAndrew Thompson2012-02-221-0/+3
|
* haproxy - fix array check.Marcello Coutinho2012-02-011-1/+1
|
* forgot to update the additional_files pathsAndrew Thompson2012-01-271-7/+7
|
* Move haproxy-dev to haproxy proper, ticket ZVS-164444Andrew Thompson2012-01-268-915/+1446
|
* haproxy - version 1.4.18 pkg 0.30Marcello Coutinho2011-12-131-3/+6
|
* Merge pull request #130 from briantist/patch-5Marcello Coutinho2011-12-131-6/+84
|\ | | | | Added backup and disabled options for servers.
| * Added new stats options, made changes to make monitor uri optional, added ↵briantist2011-12-131-6/+84
| | | | | | | | new balance options, changed size and max capacity of the ports text box.
* | Merge pull request #129 from briantist/patch-4Marcello Coutinho2011-12-131-2/+2
|\ \ | | | | | | Added backup and disabled options for servers.
| * | Fixed a base64 encoding error on the advanced options.briantist2011-12-131-2/+2
| |/
* | Merge pull request #128 from briantist/patch-3Marcello Coutinho2011-12-131-0/+2
|\ \ | | | | | | Added backup and disabled options for servers.
| * | Added backup and disabled options for servers.briantist2011-12-131-0/+2
| |/
* / Changes for new server statuses and to make monitor uri optional.briantist2011-12-131-8/+20
|/
* Fix these misplaced "endif;" statements, they were causing the opening form ↵jim-p2010-12-021-1/+1
| | | | tag to be hidden on 2.0 so the settings would never save.
* Do not foreach() unless configuredScott Ullrich2010-05-111-7/+9
|
* Fix typeo, base64deode -> base64_decode.thompsa2010-03-191-2/+2
|
* Only show option if haproxy.cfg existsScott Ullrich2010-01-231-13/+14
|
* trim() outputScott Ullrich2010-01-231-1/+1
|
* Nuke .Scott Ullrich2010-01-231-1/+1
|
* Scroll to bottom of page after outputting configuration fileScott Ullrich2010-01-231-2/+2
|
* Add option to show generated haproxy.cfg fileScott Ullrich2010-01-231-0/+20
|
* Show how many detected cores/processorsScott Ullrich2010-01-231-1/+1
|
* Adding local0 to remote syslogScott Ullrich2010-01-231-1/+1
|
* Make nbproc a tunable item on global settings tabScott Ullrich2010-01-232-1/+17
|
* oops, use correct fieldname so checkinter can saveScott Ullrich2010-01-221-1/+1
|
* Raise file open limits for haproxy if neededScott Ullrich2010-01-211-1/+7
|
* Adding definable check inter support. Fix httpclose and forwardfor optionsScott Ullrich2010-01-212-3/+17
|
a id='n924' href='#n924'>924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115