aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse
Commit message (Collapse)AuthorAgeFilesLines
* Remove proxy_monitor.shPhil Davis2013-01-061-76/+0
| | | It is replaced by sqpmon.sh
* Add sqpmon.sh to replace proxy_monitor.shPhil Davis2013-01-061-0/+75
|
* Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-061-3/+3
|
* Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-061-5/+9
|
* Normalize line endingsjim-p2012-12-191-187/+187
|
* squid3 - fix squid path after pfsense version check fix.Marcello Coutinho2012-12-101-1/+1
|
* squid3 - include pfsense version check to swapstate_check.phpMarcello Coutinho2012-12-101-2/+8
|
* fix default port for HTTPSMartin Fuchs2012-12-071-187/+187
|
* squid3 - fix a typo on squid_reverse inc fileMarcello Coutinho2012-11-261-1/+1
|
* squid3 - fix missing xml rpc sync to reverse optionsMarcello Coutinho2012-11-201-1/+3
|
* squid3 - add pfsense 2.1 folder checksMarcello Coutinho2012-10-081-23/+35
|
* squid3 - fix a missing vhost config on https setupMarcello Coutinho2012-09-181-2/+2
|
* squid3 - include dns_v4_first options that fixes https connection errors on ↵Marcello Coutinho2012-09-052-11/+17
| | | | squid3
* Merge pull request #308 from phil-davis/masterErmal Luçi2012-08-011-1/+2
|\ | | | | Make matching conf_mount_ro calls during squid3 installation
| * Make matching conf_mount_ro calls for squidPhil Davis2012-08-021-1/+2
| | | | | | | | After initial installation of squid3 (squid-reverse folder) the shared-memory section mount count is left at 3. This means that on nanobsd the CF card is left mounted read-write. This condition will persist until the next reboot, because there is nothing to decrement the count. I have found 2 places here that do not match up conf_mount_rw and conf_mount_ro calls. There might be 1 more somewhere (or one of these routines is called twice during installation). I can check that when this change is committed and I can do another install from scratch.
* | Change the way we keep only one going and no more.Richard Adams2012-07-311-2/+1
| | | | | | | | Test and reboot tested. Only 1 starts up. Theoretically, it should not even start 1, but if I set it to greater than 1, 2 opens up and remains open. I guess it is preloading the variables? Just have to watch the behavior and see if that ever changes. 
* | Update config/squid-reverse/proxy_monitor.shRichard Adams2012-07-301-1/+1
| |
* | Update config/squid-reverse/proxy_monitor.shRichard Adams2012-07-301-0/+5
|/
* squid3 - remove extra </default_value> on default languageMarcello Coutinho2012-07-231-1/+1
|
* Fix grep for squid process since "-D" was obsolete.Phil Davis2012-07-221-2/+2
|
* Change the default language to the language code 'en' - Squid V3 uses the ↵Phil Davis2012-07-221-1/+1
| | | | 2-char language codes
* squid3 - change Unrestricted IPs and Banned host addresses check to allow ↵Marcello Coutinho2012-07-112-6/+14
| | | | CIDR networks
* squid3 - fix unrestricted_auth checkMarcello Coutinho2012-07-031-1/+1
|
* squid3 - include some array checks and rename php_install function to avoid ↵Marcello Coutinho2012-07-023-17/+52
| | | | | | | warning/errors with other packages related post http://forum.pfsense.org/index.php/topic,51001.msg272499.html#msg272499
* squid3 - some fixes and improvements to squid reverse codeMarcello Coutinho2012-06-283-33/+53
|
* error_default_language should contain just the language code (like 'en' ↵Phil Davis2012-06-231-2/+1
| | | | 'fr'), not the whole path to the dir.
* 1 more text typo to fixPhil Davis2012-06-231-1/+1
|
* Fix a couple of minor text strings.Phil Davis2012-06-231-4/+4
|
* swapstate_check gets added twice to the cron_item list and cron tab. Remove ↵Phil Davis2012-06-231-26/+26
| | | | the erroneous extra addition.
* squid3 - fixes array_check and error messages dirmarcelloc2012-06-221-3/+3
|
* Add SQUID_CONFFILE constant and use it to add "-f" command parameter to each ↵phildd2012-06-201-13/+17
| | | | | | | squid start/stop/reconfigure. This makes squid look at the conf file that is made by the GUI. The actual conf file location has not been changed yet. That can be done next, but for now I have minimised risk by keeping in the current place and just referencing it there correctly. Also removed the "-D" parameter from the squid start command in 1 place - "-D' is obsolete in squid 3.1.
* Gettext support.ccesario2012-06-111-4/+4
|
* Enable squid_log_parser.php only to squid programccesario2012-06-111-4/+12
|
* squid3 - include real time log monitor tabmarcelloc2012-06-0616-167/+304
|
* squid3 - start squid only if xml config existsMarcello Coutinho2012-05-291-27/+29
|
* Fix line endings... autocrlf is your friend.jim-p2012-05-092-351/+351
|
* squid3 - fix to cachemgr_options code generationMarcello Coutinho2012-05-081-12/+12
|
* squid3 - fix xml rpc sync callMarcello Coutinho2012-05-074-305/+353
|
* dansguardian,squid3 - more fixes to startup process during bootMarcello Coutinho2012-05-041-15/+18
|
* squid3 - reduce squid startup time and include boot process checkMarcello Coutinho2012-05-021-17/+33
|
* squid3 - include remote cache array checkMarcello Coutinho2012-04-241-1/+2
|
* squid3 - version 2.0.5 with transparent proxy fix and integration with ↵Marcello Coutinho2012-04-224-2/+349
| | | | captive portal for non transparent use.
* squid3 - change status to beta, fix instalation path and icp portMarcello Coutinho2012-04-201-1/+1
|
* squid3 - fix refresh_pattern and typo regressionMarcello Coutinho2012-04-202-5/+14
|
* squid3 - version 2.0.4 with bug fixes and remote peer improvementsMarcello Coutinho2012-04-2014-93/+314
|
* squid3 - Fix patters typoMarcello Coutinho2012-04-162-9/+9
|
* squid3 - version 2.0.3 with dynamic content options on cache tabMarcello Coutinho2012-04-162-14/+98
|
* squid3 - fix package integration with squidguardMarcello Coutinho2012-04-152-3/+3
|
* squid3 - include some array checks to prevert erros on squid_reverse.incMarcello Coutinho2012-04-151-4/+9
|
* squid3 - fix some file calls during installationMarcelloc2012-04-141-7/+17
|