notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: www/thundercache/files/thunder-rcNG.in

Number of commits found: 2

Thursday, 18 Mar 2010
21:42 dougb search for other commits by this committer
Fix the rc.d script-related problems with this port:
1. It's rc.d, not rcng
2. All new ports that use rc.d scripts need to use USE_RC_SUBR
3. The name of the script, PROVIDE, and $name should match the port name.
4. For the script itself:
  a. Added a $FreeBSD$
  b. Added KEYWORD: shutdown since it starts a persistent service.
  c. Removed _flags from command=, it's spurious and will result in the
     flags being included twice.
  d. Moved the default variable assignment to after load_rc_config
  e. Made the conf file a required_file, and added it to command_args
     instead of _flags.

Approved by:    maintainer
Original commit
18:35 garga search for other commits by this committer
ThunderCache 4 is an enhaced standalone high-performance web caching system.

It's main goal is to be able to cache dynamic contents, the content most
proxing systems are unable to do caching. This is how ThunderCache becomes
high-performance and high-eficiency.

ThunderCache is freeware up to 50 concurrent sessions, and needs commercial
license to run more than 50 concurrent sessions. It's designed to run on
FreeBSD. Advanced features include TProxy support (IP_BINDANY), ToS/DiffService
marking.

WWW:    http://www.bmsoftware.org

Submitted by:   Patrick Tracanelli <eksffa at freebsdbrasil.com.br> (by email)
Original commit

Number of commits found: 2