27 projects tagged "HTTP Servers"
BitNami LAMPStack Native Installer is an easy-to-install environment to develop and deploy PHP applications. It includes pre-configured, ready-to-run versions of Apache, MySQL, PHP, and phpMyAdmin. Amazon AWS PHP SDK makes it easier to develop PHP applications that run on Amazon Web Services. The AWS PHP SDK includes the AWS PHP library, code samples, and documentation.
Luxor is an open-source XML User Interface Language (XUL) toolkit in Java that lets you build UIs using XML and also includes an ultra light-weight, multi-threaded Web server, a portal engine, and a template engine. It is also Web Start-ready, as everything fits in a jar and requires no loose files.
mod-vhost-ldap is an Apache 2.x module for storing and configuring virtual hosts from LDAP. It supports DocumentRoot, ScriptAlias, ServerName, ServerAlias, ServerAdmin, and SuexecUserGroup directives. It's built on top of mod_ldap, so it uses its caching capabilities and can be used with a threaded Apache httpd.
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.
mod_myvhost is an Apache module for dynamically configured name-based mass virtual hosting with PHP. Virtual host configurations and PHP settings are stored in a MySQL database. There is no need to have every vhost in apache's configuration file, or to restart apache after a configuration change. It is able to change PHP settings dynamically for any vhost. By default, it sets open_basedir as the vhost's rootdir, but you can change almost any parameter that exists in php.ini. For example, you can turn on safe_mode or register_globals for a particular vhost.
BitNami MAPPStack is an easy-to-install, ready-to-run binary distribution of Apache, PostgreSQL, and PHP, including the phpPgAdmin tool. It runs in Mac OS X and allows you to quickly setup a development or production Web application environment. BitNami Stacks are easy to install, independent, integrated, and relocatable.
The Privilege Separation patches for Apache HTTPD and 'mod_dav' address the problem that an Apache WebDAV server can only write files as the non-privileged Web server user (usually something like 'nobody' or 'www'). The patches address this shortcoming in a secure way by adding privilege separation to the Apache Web server (conceptually similar to SSH privilege separation). A privilege-separated Apache can be used to provide secure WebDAV write access to ~user directories and allow the use of per-user Unix quotas. When combined with mod_ssl, it provides a convenient and secure remote file serving system, as WebDAV clients are seamlessly integrated into both Windows and Mac OS X.
Rachel is a resource loading toolkit for Java Web Start/JNLP. Rachel offers two solutions that make resource loading for Java Web Start/JNLP apps easy again. Solution 1 installs a URL handler for a new protocol called class:// that delivers content from jars identified by a Java class. Solution 2 embeds a multi-threaded ultra-lightweight Web server in your app that serves up content from jars in the Java Web Start application cache. Rachel also works without Java Web Start, although this might be pointless. Examples and user documentation are provided.