591 projects tagged "HTTP Servers"
mod_sequester is a module for the Apache Web server 1.3 which allows you to control access to Web documents according to the date and time of the request. It provides four basic ways to control access: allow until time t, allow after time t, allow between times t and t', and allow except between times t and t'. It is useful for controlling access to time-sensitive things like press releases (disallow until after), special offers (allow until), or windowed 'this week only' opportunities (allow between).
mod_ssl provides provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1). It is based on the SSL/TLS toolkit OpenSSL and supports all SSL/TLS related functionality, including RSA and DSA/DH cipher support, X.509 CRL checking, etc. Additionally it provides special Apache related facilities like DBM and shared memory based inter-process SSL session caching. per-URL SSL session renegotiations, DSO support, etc.
Mohawk is the next-generation, evolutionary leap from TkApache. It is a full-blown front-end GUI for the Apache Web server for configuration, tuning, performance monitoring, and more. Completely re- written in C, using GTK+/GNOME rather than Perl/Tk, Mohawk aims to be faster and more robust than TkApache.
Naridesh is a Web server written in Perl. It supports directory browsing, username/password security, file download, and plugins. It has some limited support to turn off file downloading, and directory browsing. Naridesh can also send the "index.html" file or equivalent if it is found in the directory, and also supports files that are symlinks to URLs.