RSS 540 projects tagged "HTTP Servers"

Download No website Updated 13 May 2013 NanoHttpd

Screenshot
Pop 30.05
Vit 2.99

NanoHttpd is a lightweight HTTP server designed for embedding in other applications. It's only one Java file, in two "flavors", one strictly Java 1.1 compatible, and one at "current" standards. It supports GET, POST, PUT, HEAD and DELETE requests, and supports file uploading with very small memory overhead. Temp file usage and the threading model are easily customized.

No download Website Updated 09 May 2013 httping

Screenshot
Pop 1,247.82
Vit 112.33

httping is a "ping"-like tool for HTTP requests. Give it a URL and it will show how long it takes to connect, send a request, and retrieve the reply (only the headers). It can be used for monitoring or statistical purposes (measuring latency).

Download Website Updated 09 May 2013 ashd

Screenshot
Pop 124.89
Vit 29.92

Ashd is an HTTP server that follows standard Unix philosophy for modularity. Instead of being a monolithic program with loadable modules, as most other HTTP servers seem to be, Ashd is simply a collection of much simpler programs, passing HTTP requests to each other using a simple protocol. The model also allows such handler programs to persist properly, so that, for example, session data can be kept in memory, connections to back-end services can be kept open, and so on.

Download Website Updated 29 Apr 2013 darkhttpd

Screenshot
Pop 132.06
Vit 33.79

darkhttpd is a secure, lightweight, fast, single-threaded HTTP/1.1 server for static content.

No download Website Updated 28 Apr 2013 mod-xslt

Screenshot
Pop 136.01
Vit 6.95

mod-xslt is an Apache module which converts XML files into HTML files using XSLT stylesheets. It is able to parse dynamically-generated documents, both in POST and GET requests, includes a fully-featured language to choose the stylesheet to load from both configuration files and other .xml files, and provides extensions so stylesheets can access headers or get variables. It also supports redirects and dynamically-generated stylesheets.

Download Website Updated 23 Apr 2013 Embedthis Appweb

Screenshot
Pop 820.70
Vit 88.28

Embedthis Appweb is a fast, little embedded Web server. It is unmatched in efficiency and serves pages at native speed, using an event-driven, non-blocking core to serve multiple requests using minimal resources. It has integrated caching and the Embedded Server Pages C-Language Web framework. Without compromising performance, it has extensive security controls and a rigorous security sandbox that helps protect the server and mitigate denial-of-service attacks. It is one of the most widely deployed embedded Web servers and is used in networking equipment, telephony, mobile devices, industrial control, and consumer and office equipment, and in high-performance Web services.

Download Website Updated 18 Apr 2013 phpSecurePages

Screenshot
Pop 594.07
Vit 55.66

phpSecurePages is a PHP module to secure pages with a login name and password. It can handle multiple user groups (each with their own viewing rights), store data in a MySQL database or a configuration file, and be used to identify your Web site viewers. It also has multiple language support and optional IP-based access restrictions.

Download Website Updated 15 Apr 2013 Hiawatha

Screenshot
Pop 556.00
Vit 65.99

Hiawatha is a secure and advanced Web server for Unix. It has been written with security as its main goal. It features advanced access control, prevention of SQL injection and cross-site scripting, banning of clients who try such exploits, the ability to run CGIs under any UID/GID you want, and many other features. These features make Hiawatha an interesting Web server for those who need more security than what the other available Web servers are offering. Hiawatha is also fast and easy to configure.

Download Website Updated 15 Apr 2013 Alaya Webdav Server

Screenshot
Pop 129.29
Vit 11.35

Alaya is a primitive chrooting Web server with basic WebDAV support. It can serve HTTPS and HTTP, and can authenticate using PAM, /etc/shadow, /etc/passwd, or using its own authentication files that allow for 'native' users that only have access to alaya content. It's intended to be a simple method of sharing content over WebDAV, and though it can be configured with a config file, it's easy to configure by command-line switches alone. Alaya always chroots to ensure that malicious users can't use '..' within a URL to access unintended documents, and that users can't accidentally leave documents in places outside of the chroot. It has a 'ChHome' mode that chroots users into their home directory and serves content from there. It supports .cgi scripts out of a trusted path (so not from within the chrooted WebDAV share) and read-only shared directories that are outside of the chroot (allowing access to shared content when in ChHome mode).

Download Website Updated 13 Apr 2013 Polipo

Screenshot
Pop 214.29
Vit 10.60

Polipo is a lightweight caching Web proxy that was designed as a personal cache. It is able to cache incomplete objects and will complete them using range requests. It will use HTTP/1.1 pipelining if supported by the remote server.

Screenshot

Project Spotlight

Cego-DBD

A DBD driver implementation for the Cego database system.

Screenshot

Project Spotlight

AutoLaTeX

A LaTeX project compilation helper.