RSS 12 projects tagged "HTTP Servers"

No download Website Updated 28 Feb 2013 Rainbows!

Screenshot
Pop 119.07
Vit 25.16

Rainbows! is an HTTP server for sleepy Rack applications. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients. For Rack applications not heavily bound by slow external network dependencies, consider Unicorn instead as it simpler and easier to debug.

Download Website Updated 26 Feb 2013 Unicorn

Screenshot
Pop 180.97
Vit 35.99

Unicorn is a Unix and LAN/localhost-optimized fork of the Mongrel HTTP server. It is takes full advantage of functionality exclusive to Unix-like operating systems. It will reap and restart workers that die from broken apps, and there is no need to manage multiple processes yourself. Load balancing is done entirely by the operating system kernel. Requests never pile up behind a busy worker. The server does not care if your application is thread-safe or not, as workers all run within their own isolated address space and only serve one client at a time. All Rack applications are supported along with pre-Rack versions of Ruby on Rails via a Rack wrapper. It also supports atomic log cycling, nginx-style binary re-execution without losing connections, before_fork and after_fork hooks, and optional copy-on-write-friendly memory management.

No download Website Updated 02 Aug 2012 BitNami RubyStack

Screenshot
Pop 72.39
Vit 11.38

BitNami RubyStack provides a fast, easy way to develop and deploy Ruby on Rails applications. It includes Ruby, Subversion, MySQL, SQLite, ImageMagick, and several Ruby Gems, and will optionally install Apache 2.2 with rewrite and proxy support. It supports Windows, Linux, and OS X, so you can share the same Rails environment on multiple platforms.

Download Website Updated 08 Dec 2011 Zbatery

Screenshot
Pop 34.76
Vit 4.30

Zbatery is an HTTP server for Rack applications on systems that either do not support fork(), or have no memory (nor need) to run the master/worker model. It is based on Rainbows! (which is based on Unicorn (which is based on Mongrel)) and inherits parts of each. Zbatery supports your choice of all the thread/fiber/event/actor-based concurrency models and Rack middleware that Rainbows! supports (or will ever support) in a single process. Zbatery will still exploit certain features of Unix for transparent upgrades, log reopening, and graceful stops, but does not rely on them for basic functionality.

Download Website Updated 19 Nov 2007 LiteSpeed Web Server

Screenshot
Pop 289.52
Vit 11.99

LiteSpeed Web Server is a high-performance, secure, easy-to-use, and Apache interchangeable Web server. It supports HTTP/1.1, SSL, CGI, FastCGI, LSAPI, PHP, JSP, Servlets, GZIP compression, chroot, IP level throttling, connection accounting, DoS attack prevention, and instant recovery mechanisms. With its Apache compatible rewrite engine, .htaccess, and MS FrontPage support, migration is quick and easy. A Web interface is included for administration and configuration. It can be used as a content accelerator, compression proxy, or a security guard running in front of any Web and application server.

Download Website Updated 06 Jun 2007 remo

Screenshot
Pop 42.64
Vit 2.29

Remo is a graphical rule editor for ModSecurity, an Apache security module. ModSecurity is quite difficult to configure successfully. Modsecurity.org advertises a tested core ruleset granting you protection from most known attacks, but this is only blocks traffic known to be dangerous, when it is more effective to block everything not known to be safe. Remo is meant to assist in the difficult task of writing the rules that would correctly describe the requests that are valid for an application.

Download Website Updated 30 Jul 2006 cerise app server

Screenshot
Pop 23.58
Vit 2.26

cerise is a Web and application server that follows the same general pattern as J2EE application servers. It provides a very flexible, elegant, lightweight, and developer friendly environment for building Web applications.

Download Website Updated 20 Apr 2006 ROROX

Screenshot
Pop 52.13
Vit 1.44

ROROX (Ruby On Rails On XAMPP) is a package that provides Ruby, Rails plus dependencies and other gems, the Apache SCGI module, and rails_scgi for an existing XAMPP installation. It aims to get close to being a "one-click" installer for Linux a la Locomotive or Instant Rails.

Download Website Updated 17 Feb 2006 apercu

Screenshot
Pop 13.42
Vit 1.00

apercu extracts information from Apache log files and summarizes it, showing activities and profiles of individuals (users), numbers of requests and referrers, and hit counts over time.

No download Website Updated 15 Feb 2006 RTRails

Screenshot
Pop 13.78
Vit 1.00

RTRails is a Ruby on Rails application that uses AJAX HTTP streaming to update browsers from the server. It includes an HTTPD for mediating the push connections, a JavaScript window system, and two demonstration applications: a Chat/IM with rich text editing (Dojo) and an MP3 player with shared playlists (using AFLAX).

Screenshot

Project Spotlight

Seed7

An extendable programming language.

Screenshot

Project Spotlight

PHP based Datagrid

A fully-functional PHP Datagrid in just seven lines of code.