Download List

Descripción del Proyecto

mod_haydn is an Apache module which allows developers to write Apache modules using the Microsoft .NET platform by running compiled MSIL bytecodes natively in Apache, and providing a full interface to Apache's filter and module APIs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-09-13 04:45
0.0.6

La clase Apache.Browser que "misteriosamente" desaparecido en 0.0.5 se readded. La clase de registro ahora es compatible con las constantes de la tala de Apache, así, y una revisión fue hecha por un error en Request.SetFileName ().
Tags: Major bugfixes
The Apache.Browser class which "mysteriously" disappeared in 0.0.5 was readded. The logging class now supports Apache's logging constants as well, and a fix was made for a bug in Request.SetFileName().

2002-09-10 06:00
0.0.5

Nueva cabecera análisis, solicitud de registro, tipo MIME análisis, las devoluciones de llamada antes de correr y se han añadido al código fuente del módulo. El módulo de Apache 1.3 es ahora casi todas las funciones con sólo un par de llamadas de la API que faltan.
Tags: Major feature enhancements
New Header Parsing, Request Logging, MIME Type Parsing, and Prerun callbacks were added to the module source code. The Apache 1.3 module is now pretty much full-featured with only a few API calls missing.

2002-09-06 02:25
0.0.4

Esta versión se asegura de que nunca pasa mod_haydn cadenas NULL a la aplicación. NET, quita algo de código de depuración extraños, y añade soporte para el registro de los controladores para autenticar a usuarios en función de su nombre de host / dirección IP.
Tags: Major bugfixes
This version makes sure that mod_haydn never passes NULL strings to the .NET application, removes some extraneous debug code, and adds support for registering handlers to authenticate users based on their hostname/IP address.

2002-09-05 15:41
0.0.3

Esta versión añade soporte para el controlador de la autorización de Apache de usuario, que le permite especificar los permisos del usuario. Hubo una importante rehacer de la compatibilidad con HTTP, previamente se han añadido las variables de estado, y el HTTP.GetStatusCode función () se ha retirado. Una variedad de nuevas funciones se han añadido a la API para mejorar diversos Apache 1.3 apoyo.
Tags: Minor feature enhancements
This version adds support for Apache's user authorization handler, which allows you to specify the user's permissions. There was a major redo of the HTTP support, predefined status variables were added, and the HTTP.GetStatusCode() function was removed. A variety of new functions were added to the various APIs to improve Apache 1.3 support.

2002-09-03 12:30
0.0.2

Agregue la ayuda completa de autorización de traducción y los controladores de solicitud, que han sido probados y están trabajando. El subsistema de configuración fue revisado a fin de tomar ventaja de la API de Apache, que ha cambiado la sintaxis de configuración.
Tags: Minor feature enhancements
Add full support for Authorization, Translation and Request handlers, which have been tested and are working. The configuration subsystem was reworked to take advantage of the Apache API, which has changed the configuration syntax.

Project Resources