|
|
|
Welcome to OutOfOrder.cc |
||
|
Home » Welcome to OutOfOrder.cc
|
|||
Welcome to OutOfOrder.ccOutOfOrder.cc is a collaborative effort between Paul Querna and Edward Rudd. We both publish our Open Source Projects here. Both of us are also available for commercial services including, Custom Apache Modules, PHP Development, Apache Module Porting and general consulting. Latest Newsmod_gnutls 0.5.10 released
|
| Come see us at ApacheCon 2005 Europe! Paul Querna will be presenting the following sessions: |
![]() |
This is a major feature enhancement release, and includes support for the TLS Sever Name Indication and Client Certificate Authentication.
Download this release and learn more at the mod_gnutls project page
This module provides high performance authentication against RADIUS Servers. mod_auth_xradius also includes local caching with a DBM File, and distributed cache using memcached. This module uses standard HTTP Basic Authentication, unlike the original mod_auth_radius, which uses cookies.
OutOfOrder.cc would like to thank Westland Helicopters Ltd for sponsoring the development of mod_auth_xradius.
Download this release and learn more at the mod_auth_xradius project page
This release includes a fix for IPV4 passive tranfers when IPV6 is compiled in apache and enabled on the system. Also checkes to verify the existence of mod_status.h are done so mod_ftpd will compile on Apache less than 2.0.49.
Download this release and learn more at the mod_ftpd project page
This release includes a new system for automatic re-enabling of disconnected servers, fixes for shared libraries on OS X, and a bug when there was a zero length value.
Download this release and learn more at the apr_memcache project page
This is a minor bug fix release of mod_gnutls. Changes include support for the Stable Branch (2.0.xx) of Apache HTTPD, previously only the development branch (2.1.xx) was supported.
Download this release and learn more at the mod_gnutls project page
This is the initial release of the mod_gnutls module that provides SSL and TLS encryption, as an alternative to the traditional mod_ssl.
Download this release and learn more at the mod_gnutls project page
This is the initial release of mod_coredumper module that create snapshots of the Apache memory space on demand, without having to attach GDB.
Download this release and view the change log at the mod_coredumper project page
This release fixes apache detection, and the FtpAllowOverwrite directive. It also moves the license to ASL 2.0. There is unsupported win32 support as well.
Download this release and view the change log at the mod_ftpd project page
This is a minor bug fix release, fixing issues with zero length values, APR 0.9.x support, the build system and the size of flags.
Download this release and view the change log at the apr_memcache project page
This release adds a new "V" log format which logs the requested hostname into virtual_host instead of the ServerName. This is exclusive to "v", Only one or the other can be used.
There are several fixes in the configure system to not error out if an optional library or file is not found. And there are several fixes to the SQL generation code fixing escaping, table names, and NULL values.
Download this release and view the change log at the mod_log_sql project page
OutOfOrder.cc is pleased to announce the first release of our apr_memcache client library. The library is thread safe and provides a pool of client connections to a memcached server. Written on top of the Apache Portable Runtime, apr_memcache provides excellent performance and is easy to use from an Apache Module.
OutOfOrder.cc is proud to announce the 0.1.0 release of mod_highlight. This module acts as an output filter, embedding the Colorer-Take5 Library to provide fast and customizable method of highlighting of source files. mod_highlight also serves as a corner piece of mod_svn_view by providing syntax highlighting services for files stored inside Subversion.
The slides and code from Paul Querna's presentations at ApacheCon US 2004 are now available in the Presentations Section. 'Using XSL and mod_transform in Apache Applications' examined using mod_transform inside complex Apache based applications. Paul's Second presentation, 'Mass Virtual Hosting with Apache 2.0' explored the different methods to massive virtual hosting, including using mod_vhost_dbi.
This release provides major new features including relative path includes, build fixes for OS X, a new configuration directive, EXSLT Support and compatibility with Apache Axkit.
Download this release and view the change log at the mod_transform project page
This is the first release of mod_dbi_pool. This module
provides a simple API for other Apache Modules to share a pool
of Database Connections.
Download this release and view the change log at the mod_dbi_pool project page
This is a new module to solve a common problem for users of Subversion. This module sets Apache's umask after spawning. By setting a umask, the file permissions inside a subversion repository can be preseved when it is accessed by both mod_dav_svn and a local client.
Download this release and view the change log at the mod_umask project page
This release contains fixes for several severe segfaults when the preseve file was used. And adds the dbi provider (though it doesn't support creating tables dynamically yet). And the win32 build scripts are in the distribution now.
Download this release and view the change log at the mod_log_sql project page
A minor bug release that fixes an issue with proxies not retrieving the entire page. More info can be read in the bug report
We have been working over the past few weeks redesigning this site making use of an Apache XSLT filter module we've been orking on called mod_transform.
Visit the mod_transform homepage to download the source. Thanks to Nick Kew for the initial basis of this module.