CacheGuard OS 5.2.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News CacheGuard OS 5.2.8 (Default branch)
# 1  
Old 12-24-2007
CacheGuard OS 5.2.8 (Default branch)

ImageCacheGuard is a Linux-based OS/appliance dedicated to Web traffic security and optimization. It transforms an x86-based machine into a powerful Web gateway appliance. It allows you to control Web traffic for Web surfers and Web servers by acting as a forwarding and reverse HTTP / HTTPS proxy. It supports HTTP transparent implementation, HTTP compression, Web caching, URL black- and whitelist guarding, and Web server load balancing. It features a stateful firewall with NAT and PAT, and a content filtering module blocking malicious HTTP requests like XSS, SQL and Command Injection. It integrates a caching DNS, a DHCP server, a bandwidth shaper to manage the QoS, a load sharing system, and an HA (high availability) mode with VRRP and link bonding.License: Other/Proprietary License with Free TrialChanges:
The memory usage has been optimized.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Jifty::Web::Session::ApacheSession(3pm) 		User Contributed Perl Documentation		   Jifty::Web::Session::ApacheSession(3pm)

NAME
Jifty::Web::Session::ApacheSession - Jifty Sessions based on Apache::Session SYNOPSIS
In your etc/config.yml, using the Apache::Session::File backend: framework: Web: SessionClass: Jifty::Web::Session::ApacheSession SessionBackend: File SessionOptions: Directory: /tmp/sessions LockDirectory: /var/lock/sessions Or with Apache::Session::Memorycached backend: framework: Web: SessionClass: Jifty::Web::Session::ApacheSession SessionBackend: Memorycached SessionOptions: { servers: [ '127.0.0.1:11211' ] } new Returns a new, empty session handler, subclassing Jifty::Web::Session. id Returns the session's id if it has been loaded, or "undef" otherwise. create Creates a new session. load [ID] Load up the current session from the given "ID", or the appropriate cookie (see "cookie_name" in Jifty::Web::Session) otherwise. If both of those fail, creates a session in memory. get KEY [TYPE] See "get" in Jifty::Web::Session. set KEY => VALUE, [TYPE] See "set" in Jifty::Web::Session. remove KEY, [TYPE] See "remove" in Jifty::Web::Session. remove_all See "remove_all" in Jifty::Web::Session. continuations See "continuations" in Jifty::Web::Session. perl v5.14.2 2010-09-25 Jifty::Web::Session::ApacheSession(3pm)