Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/squid: allow more than 16384 filedescriptors | Natanael Copa | 2014-04-28 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | It seems that when squid is compiled with --with-filedescriptors, that becomes a hard limit[1]. Without this compile option it will use the system ulimit setting, which is the behaviour we want. For compatibility we set SQUID_MAXFD to 16384 if unset but still allow it to go over 16384 if needed. It should also be possible to set max_filedescriptors in squid.conf[2]. fixes #2850 [1] https://bugzilla.redhat.com/show_bug.cgi?id=976815 [2] http://www.squid-cache.org/Versions/v3/3.3/cfgman/max_filedescriptors.html | ||||
* | main/squid: update init.d script from gentoo | Natanael Copa | 2011-12-02 | 1 | -55/+70 |
| | | | | This should actually work and will enable support for multiple instances | ||||
* | squid: Removing deprecated -D option | Mika Havela | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | main/squid: remove pidfile if squis is not running | Natanael Copa | 2009-10-02 | 1 | -3/+8 |
| | | | | fixes #174 | ||||
* | main/squid: start service after firewall | Natanael Copa | 2009-09-16 | 1 | -0/+1 |
| | |||||
* | main/squid: fix for squid initscript and pidfile | Natanael Copa | 2009-09-01 | 1 | -7/+19 |
| | | | | fixes #133 | ||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 1 | -0/+97 |
and fixed misc build issues |