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::None(3pm)				User Contributed Perl Documentation			    Jifty::Web::Session::None(3pm)

NAME
Jifty::Web::Session::None - A null session handler for jifty DESCRIPTION
Jifty depends on its sessions to keep users logged in, to store continuations and to allow developers to store user-specific data. In general, you don't want to disable them. But sometimes, the development benefits of Jifty lead you to build applications that genuinely don't want per-user sessions. That's where "Jifty::Web::Session::None" comes in. By specifying that you want to use "Jifty::Web::Session::None" as your Jifty session handler, you tell Jifty to avoid ever reading, writing or storing a user session. No cookies get set. Nothing gets stored in the database. USAGE
In your "etc/config.yml": --- framework: Web: SessionClass:: Jifty::Web::Session::None METHODS
All methods in this class are dummy methods which do no work. This class mocks the API provided by "Jifty::Web::Session". new Takes no arguments. Returns a Jifty::Web::Session::None. id Returns false. create Returns true. load Returns true. unload Returns true. loaded Returns true. get Returns false. set Returns false. remove Returns true. set_continuation Returns false. get_continuation Returns false. remove_continuation Returns false. continuations Returns false. set_cookie Returns false. cookie_name Returns false. expires Returns false. perl v5.14.2 2010-09-25 Jifty::Web::Session::None(3pm)