On Mon, Dec 30, 2002 at 04:26:41PM -0500, Tom Jenkins wrote: > I looked at the debian packages for mod_scgi and didn't see an apache2 > version. Is anyone working on making a mod_scgi for apache2? > > Anybody know how much has to change for apache2?I started working on a port a few months ago but gave up in despair. At the time there was little documentation for Apache 2 module writers and I got tired of reading the source code. mod_scgi is not a large module. Unfortunately, it looks like most of it will have to be rewritten to support Apache 2. The upside is that it should become more portable as a result. I plan on retrying to port it but so far haven't made the time. If anyone is interested in Apache module development, porting mod_scgi would be a nice little exercise. It's small and the protocol is simple. Neil