Welcome to OutOfOrder.cc

Home » Welcome to OutOfOrder.cc

Welcome to OutOfOrder.cc

OutOfOrder.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 NewsRSS 2.0 News Feed

mod_quota 0.2.0 release
12/02/2013

mod_quota 0.2.0 has been released to the world. This was a contracted module that I finally got around to making public

Download the release at the mod_quota project page

mod_gnutls 0.5.10 released
07/12/2011

mod_gnutls 0.5.10 has been released. The changes since last release are:

  • Patched a bug responsible for excessive memory consumption by mod_gnutls.

  • Support for proxying from SSL to plain HTTP was added (ie. proxy termination).

Subject Alternative Names Support has been planned for mod_gnutls 0.6, which will (hopefully) be released in August 2011

Download this release and view the change log at the mod_gnutls project page

mod_gnutls 0.5.6 released
03/24/2010

  • Corrected issues with firefox and long POST data.
  • Added support for chained client certificates.
  • Several other bug fixes.

Download this release and view the change log at the mod_gnutls project page

mod_gnutls 0.5.5 released
06/13/2009

mod_gnutls 0.5.5 has been released. in this release the stable branch has been renamed old-stable and the development branch renamed as stable. The changes since last release are:

  • Removed limits on CA certificate loading. Reported by Sander Marechal and Jack Bates.

  • Do not allow sending empty TLS packets even when instructed to. This had the side effect of clients closing connection (noticed by Tobias Gruetzmacher using SVN webdav module and mod_gnutls)

Download this release and view the change log at the mod_gnutls project page

mod_gnutls 0.3.4 released
11/24/2007

This release adds support for verifying X.509 Client Certificates, exporting environment variables to CGIs, compatibility fixes with mobile clients, as well as support for TLS with SRP authentication.

SRP authentication adds the ability to establish a TLS session and authenticate the user by using a single password. The server might be, optionally, authenticated using a certificate. Popular browsers do not yet support this feature.

Download this release and view the change log at the mod_gnutls project page

mod_ftpd 0.14 released
01/25/2007

This release adds support for overriding the PASV returned IP address with a fixed value. This is useful when running mod_ftpd behind a firewall that does not support mangling the FTP traffic.

Download this release and view the change log at the mod_ftpd project page

mod_log_Sql 1.101 released
11/15/2006

This release adds more documentation of the all the log formats and also adds documentation of the tabletype DBParam for the mysql driver. Using LogSQLDBParam tabletype ARCHIVE will set the tabletype for autocreated tables to ARCHIVE (and save TONS of space too)

Segfaulting due to not loading a driver module no longer occurs and an error message is logged to the log file stating that you didn't load the driver module.

This release also adds another sub-module that will log incoming and outgoing bytes (logio) This modules is EXCLUSIVE to the mod_logio module. Meaning if you use the mod_log_sql version you must NOT load the standard apache version. Currenlty due to how logging of outgoing bytes is done in the apache core there is NO workaround for this, you either log outgoing bytes in the text access logs OR mod_log_sql.

Download this release and view the change log at the mod_log_sql project page

Updated documentation and docbook XSLT code
02/13/2006

I have updated the documentation in mod_log_sql and mod_ftpd to use some new Docbook XSLT I have been working as I didn't like the docbook-xslt filter as it was really slow (nearly 7 seconds verses less than 100 milliseconds for the mod_log_sql manual) The manuals are also now chunked into smaller sections dynamically via XSLT and a query parameter.

I will be releaseing the simplified docbook xslt parser separately on a future date.

mod_auth_xradius 0.4.6
07/05/2005

This is a minor bug fix release, and fixes generation of the Authenticator field in RADIUS packets.

Download this release and learn more at the mod_auth_xradius project page

mod_gnutls 0.2.0
04/28/2005

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

new module: mod_auth_xradius
04/17/2005

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

mod_ftpd 0.13.1 released
04/17/2005

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

apr_memcache 0.7.0 released
04/14/2005

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

mod_gnutls 0.1.1 released
04/08/2005

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

mod_gnutls 0.1.0 released
04/06/2005

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

mod_coredumper 0.1.0 released
03/18/2005

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

mod_ftpd 0.13.0 released
01/30/2005

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

apr_memcache 0.6.1 released
01/26/2005

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

mod_log_sql 1.100 released
01/11/2005

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

apr_memcache released
12/10/2004

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.

mod_highlight Initial Release!
11/28/2004

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.

ApacheCon US 2004 Presentations Available!
11/17/2004

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.

mod_transform 0.6.0 released
10/18/2004

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

mod_dbi_pool 0.4.0 released
10/13/2004

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

mod_umask 0.1.0 released
10/13/2004

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

mod_log_sql 1.99 released
07/20/2004

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

mod_transform 0.4.1 release
06/22/2004

A minor bug release that fixes an issue with proxies not retrieving the entire page. More info can be read in the bug report

New site design and mod_transform 0.4.0 release
05/29/2004

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.